[geeklog-cvs] geeklog: Missing global declaration

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 17 09:22:37 EDT 2009


changeset 7378:5c0a38462d53
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5c0a38462d53
user: Dirk Haun <dirk at haun-online.de>
date: Sat Oct 17 13:01:42 2009 +0200
description:
Missing global declaration

diffstat:

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

diffs (12 lines):

diff -r c837dd0217ac -r 5c0a38462d53 system/classes/story.class.php
--- a/system/classes/story.class.php	Sat Oct 17 11:17:43 2009 +0200
+++ b/system/classes/story.class.php	Sat Oct 17 13:01:42 2009 +0200
@@ -866,6 +866,8 @@
      */
     function loadSubmission()
     {
+        global $_CONF;
+
         $array = $_POST;
 
         $this->_expire = time();



More information about the geeklog-cvs mailing list