[geeklog-hg] geeklog: Fixed undefined variable

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jul 20 01:08:02 EDT 2013


changeset 9213:c1092d765278
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c1092d765278
user: dengen <taharaxp at gmail.com>
date: Sat Jul 20 14:07:17 2013 +0900
description:
Fixed undefined variable

diffstat:

 system/classes/story.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bc5b61e5ece7 -r c1092d765278 system/classes/story.class.php
--- a/system/classes/story.class.php	Fri Jul 19 02:34:32 2013 +0900
+++ b/system/classes/story.class.php	Sat Jul 20 14:07:17 2013 +0900
@@ -872,7 +872,7 @@
      */
     function loadFromArgsArray(&$array)
     {
-        global $_TABLES;
+        global $_TABLES, $_CONF;
 
         /* magic_quotes_gpc cleanup routine now in submitstory() in
          * /public_html/admin/story.php



More information about the geeklog-cvs mailing list