Dotclear


Ignore:
Timestamp:
09/25/13 22:04:57 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
default
Message:

Now load _prepend.php files from dcModules::loadModuleFile(), cleanup officials plugins prepend files, addresses #1471, addresses #1716

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.modules.php

    r1196 r2095  
    118118               if (file_exists($m['root'].'/_prepend.php')) 
    119119               { 
    120                     $r = require $m['root'].'/_prepend.php'; 
     120                    $r = $this->loadModuleFile($m['root'].'/_prepend.php'); 
    121121                     
    122122                    # If _prepend.php file returns null (ie. it has a void return statement) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map