Revision: 1231
Author: christian.wuerker
Date: Thu May 28 07:50:58 2015 UTC
Log: Autoloading php5 files.
https://code.google.com/p/cmclasses/source/detail?r=1231
Modified:
/branches/0.8.1/src/Loader.php
=======================================
--- /branches/0.8.1/src/Loader.php Sat May 23 06:45:51 2015 UTC
+++ /branches/0.8.1/src/Loader.php Thu May 28 07:50:58 2015 UTC
@@ -21,6 +21,7 @@
{
protected $extensions = array(
'php',
+ 'php5',
'inc'
);
protected $logFile = NULL;