mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing typo in Security component constructor
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3203 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
03756a8cf2
commit
f367ec5509
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class SecurityComponent extends Object {
|
|||
*
|
||||
*/
|
||||
function __construct () {
|
||||
$this->Security = Security::getInstance();
|
||||
$this->Security =& Security::getInstance();
|
||||
}
|
||||
|
||||
function startup(&$controller) {
|
||||
|
|
Loading…
Add table
Reference in a new issue