Dotclear

Changeset 1150:3f1883956245


Ignore:
Timestamp:
03/08/13 22:37:18 (12 years ago)
Author:
dsls
Branch:
twig
Message:

Remove log in twig autoloader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/libs/Twig/Autoloader.php

    r1149 r1150  
    3737            return; 
    3838        } 
    39  
    40         echo dirname(__FILE__).'/../'.str_replace(array('_', "\0"), array('/', ''), $class).'.php'; 
    4139        if (is_file($file = dirname(__FILE__).'/../'.str_replace(array('_', "\0"), array('/', ''), $class).'.php')) { 
    4240            require $file; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map