diff options
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 6ca9ec6a4..f2d97430b 100644 --- a/install/update.php +++ b/install/update.php @@ -2397,7 +2397,7 @@ function update_r1179() { KEY `atoken_token` (`atoken_token`), KEY `atoken_expires` (`atoken_expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 "); - + } if($r) return UPDATE_SUCCESS; return UPDATE_FAILED; |