From d660bde3244055a456a506ca05b080a9c8fc9074 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 14 Jul 2016 20:53:38 -0700 Subject: missing brace --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3