[geeklog-hg] geeklog: Fixed E_ALL error

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jan 31 09:39:15 EST 2014


changeset 9459:706da75a1a0a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/706da75a1a0a
user: Kenji ITO <mystralkk at gmail.com>
date: Fri Jan 31 23:36:12 2014 +0900
description:
Fixed E_ALL error

diffstat:

 public_html/admin/plugins/spamx/index.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1e726b18c9c3 -r 706da75a1a0a public_html/admin/plugins/spamx/index.php
--- a/public_html/admin/plugins/spamx/index.php	Thu Jan 30 22:32:47 2014 -0500
+++ b/public_html/admin/plugins/spamx/index.php	Fri Jan 31 23:36:12 2014 +0900
@@ -146,7 +146,7 @@
         plugin_getdocumentationurl_spamx('index')
     )
 );
-$display.= ADMIN_simpleList($fieldfunction, $header_arr, $text_arr, $data_arr, $menu_arr, $options, $form_arr);
+$display.= ADMIN_simpleList(null, $header_arr, null, $data_arr);
 
 if (isset($_REQUEST['command'])) {
     $cmd = COM_applyFilter($_REQUEST['command']);



More information about the geeklog-cvs mailing list