mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Typo fixed (ticket #1590)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3744 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b90109059c
commit
41465fe8bd
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class AclCLI {
|
|||
".$db->name('rght')." ".$db->column($db->columns['integer'])." default NULL,
|
||||
PRIMARY KEY (".$db->name('id').")
|
||||
);";
|
||||
if ($db->query($sql) === false) {
|
||||
if ($db->query($sql2) === false) {
|
||||
die("Error: " . $db->lastError() . "\n\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue