Missing global declaration HEAD
authorDirk Haun <dirk@haun-online.de>
Sat Oct 17 13:01:42 2009 +0200 (4 months ago)
branchHEAD
changeset 73785c0a38462d53
parent 7377c837dd0217ac
child 7379d9ce993e1951
Missing global declaration
system/classes/story.class.php
     1.1 --- a/system/classes/story.class.php	Sat Oct 17 11:17:43 2009 +0200
     1.2 +++ b/system/classes/story.class.php	Sat Oct 17 13:01:42 2009 +0200
     1.3 @@ -866,6 +866,8 @@
     1.4       */
     1.5      function loadSubmission()
     1.6      {
     1.7 +        global $_CONF;
     1.8 +
     1.9          $array = $_POST;
    1.10  
    1.11          $this->_expire = time();