Changeset 1150:3f1883956245
- Timestamp:
- 03/08/13 22:37:18 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/Twig/Autoloader.php
r1149 r1150 37 37 return; 38 38 } 39 40 echo dirname(__FILE__).'/../'.str_replace(array('_', "\0"), array('/', ''), $class).'.php';41 39 if (is_file($file = dirname(__FILE__).'/../'.str_replace(array('_', "\0"), array('/', ''), $class).'.php')) { 42 40 require $file;
Note: See TracChangeset
for help on using the changeset viewer.