Changeset 1741

Show
Ignore:
Timestamp:
09/03/2008 04:04:31 PM (3 months ago)
Author:
driehle
Message:

needed require_once()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/JlogUpdater.php

    r1739 r1741  
    1717    function JlogUpdater()  
    1818    { 
    19         // nothing to do here now 
     19        require_once(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 
    2020    } 
    2121     
     
    120120     
    121121    function _updateVersionNumber($newver)  
    122     { 
    123         require(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 
    124     
     122    {    
    125123            // read current settings from environment and POSTed data 
    126124            $update = new Settings($l); 
  • trunk/scripts/update/102To110.php

    r1740 r1741  
    3333    function performUpdate($l) 
    3434    { 
    35             require(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 
     35            require_once(JLOG_BASEPATH."scripts".DIRECTORY_SEPARATOR."settings.class.php"); 
    3636    
    3737            // read current settings from environment and POSTed data