Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9492a97

Browse files
authored
Merge pull request #14 from allieshq/develop/allieshq-supee10266
Resolve #13 where admin displays errors upon login following SUPEE-10…
2 parents d15b8dc + 0ae58dd commit 9492a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/community/Oro/Api/Model/Admin/Redirectpolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public function getRedirectUrl(Mage_Admin_Model_User $user, Zend_Controller_Requ
2525
&& $request->getControllerName() === 'oro_gateway') {
2626
return $alternativeUrl;
2727
}
28-
parent::getRedirectUrl($user, $request, $alternativeUrl);
28+
return parent::getRedirectUrl($user, $request, $alternativeUrl);
2929
}
3030
}

0 commit comments

Comments
 (0)