[geeklog-hg] geeklog: Fixed a bug where an error message is displayed after u...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 30 07:24:50 EST 2014


changeset 9557:0c3bc3f68adb
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0c3bc3f68adb
user: dengen <taharaxp at gmail.com>
date: Sun Nov 30 21:25:05 2014 +0900
description:
Fixed a bug where an error message is displayed after uninstall the Static Pages plugin

diffstat:

 plugins/staticpages/autoinstall.php |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r f18fa1249442 -r 0c3bc3f68adb plugins/staticpages/autoinstall.php
--- a/plugins/staticpages/autoinstall.php	Mon Nov 17 00:12:43 2014 +0900
+++ b/plugins/staticpages/autoinstall.php	Sun Nov 30 21:25:05 2014 +0900
@@ -182,6 +182,8 @@
         $staticPageAdminId = DB_getItem($_TABLES['groups'], 'grp_id', "grp_name = 'Static Page Admin' ");
         DB_query("INSERT INTO {$_TABLES['access']} (acc_ft_id, acc_grp_id) VALUES ({$featureId}, {$staticPageAdminId}) ");
     }
+
+    return true;
 }
 
 ?>



More information about the geeklog-cvs mailing list