[geeklog-hg] geeklog: Fixed a meaningless character "1" is displayed in the P...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jun 27 06:20:56 EDT 2013


changeset 9133:21069a7b82d0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/21069a7b82d0
user: dengen
date: Thu Jun 27 19:20:25 2013 +0900
description:
Fixed a meaningless character "1" is displayed in the Plugin List page.

diffstat:

 system/lib-admin.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 17f2fba92c2e -r 21069a7b82d0 system/lib-admin.php
--- a/system/lib-admin.php	Thu Jun 27 19:13:55 2013 +0900
+++ b/system/lib-admin.php	Thu Jun 27 19:20:25 2013 +0900
@@ -430,7 +430,7 @@
         $admin_templates->clear_var('header_text');
     }
 
-    if ($has_extras) {
+    if ($has_extras && $showsearch) {
         /**
         * default query limit if no other ch osen.
         * @todo maybe this could be a setting from the list?



More information about the geeklog-cvs mailing list