PhalApi/PhalApi/Loader.php
@@ -97,7 +97,6 @@ protected function loadClass($path, $className) { $toRequireFile = $path . DIRECTORY_SEPARATOR . str_replace('_', DIRECTORY_SEPARATOR, $className) . '.php'; if (file_exists($toRequireFile)) { require_once $toRequireFile; return TRUE;