From c5018597c7d2f4842526a946b94268e4afd16b20 Mon Sep 17 00:00:00 2001 From: lincanbin Date: Fri, 18 Sep 2015 20:34:59 +0800 Subject: [PATCH] nothing. --- manage.php | 2 +- styles/default/template/dashboard.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manage.php b/manage.php index 75baf3c5..03c84141 100644 --- a/manage.php +++ b/manage.php @@ -455,7 +455,7 @@ $SUploadResult = $UploadIcon->Resize(24, 'upload/tag/small/' . $ID . '.png', 90); if ($LUploadResult && $MUploadResult && $SUploadResult) { - $SetTagIconStatus = $TagInfo['Icon'] === 0? + $SetTagIconStatus = $TagInfo['Icon'] == 0? $DB->query('UPDATE ' . $Prefix . 'tags SET Icon = 1 Where ID=:TagID', array('TagID' => $ID)) :true; diff --git a/styles/default/template/dashboard.php b/styles/default/template/dashboard.php index 5255eb04..5e28a0d5 100644 --- a/styles/default/template/dashboard.php +++ b/styles/default/template/dashboard.php @@ -232,7 +232,7 @@ if($OauthDataExist && $Config['MainDomainName']){ ?>      - : + :