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:
gwoo 2007-05-03 22:58:30 +00:00
parent d68228b704
commit f467a07c34

View file

@ -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);
} }
} }