Skip to content

Commit

Permalink
32311: Revert the change
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Dash committed Oct 23, 2024
1 parent 5a2037c commit 7a798f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/Magento/User/Controller/Adminhtml/User/Save.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2014 Adobe
* All Rights Reserved.
*/

namespace Magento\User\Controller\Adminhtml\User;
Expand Down Expand Up @@ -34,9 +34,9 @@ private function getSecurityCookie()
{
if (!($this->securityCookie instanceof SecurityCookie)) {
return \Magento\Framework\App\ObjectManager::getInstance()->get(SecurityCookie::class);
} else {
return $this->securityCookie;
}

return $this->securityCookie;
}

/**
Expand Down

0 comments on commit 7a798f5

Please sign in to comment.