mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
changing reference to createFile in acl.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4999 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d68228b704
commit
f467a07c34
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ class AclScript extends CakeScript {
|
||||||
$out .= "}\n";
|
$out .= "}\n";
|
||||||
$out .= "?>";
|
$out .= "?>";
|
||||||
$filename = CONFIGS.'database.php';
|
$filename = CONFIGS.'database.php';
|
||||||
$this->__createFile($filename, $out);
|
$this->createFile($filename, $out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue