Skip to content

Commit dc8df89

Browse files
committed
Release 1.3.2
1 parent 4137caf commit dc8df89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/code/community/Queueit/Knownuser/Model/Observer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Queueit_Knownuser_Model_Observer
55
{
6-
const MAGENTO_SDK_VERSION = "1.3.1";
6+
const MAGENTO_SDK_VERSION = "1.3.2";
77
/**
88
* Temporary storage of the cookie value, easier for validation.
99
*
@@ -77,7 +77,7 @@ public function handleRequest(Mage_Core_Controller_Request_Http $request, Mage_C
7777
}
7878

7979

80-
if (!empty($token) && !empty($result->actionType)) {
80+
if (!empty($token) && $result->actionType == "Queue") {
8181
// Redirect to url without token
8282
// This is a valid token and should be allowed to update
8383
$helper = Mage::helper('core/url');

0 commit comments

Comments
 (0)