Skip to content

Commit 7a798f5

Browse files
committed
32311: Revert the change
1 parent 5a2037c commit 7a798f5

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/User/Controller/Adminhtml/User

1 file changed

+4
-4
lines changed

app/code/Magento/User/Controller/Adminhtml/User/Save.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2014 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\User\Controller\Adminhtml\User;
@@ -34,9 +34,9 @@ private function getSecurityCookie()
3434
{
3535
if (!($this->securityCookie instanceof SecurityCookie)) {
3636
return \Magento\Framework\App\ObjectManager::getInstance()->get(SecurityCookie::class);
37-
} else {
38-
return $this->securityCookie;
3937
}
38+
39+
return $this->securityCookie;
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)