colly_wyx
2018-06-14 12690729bc3f0a3e920051e11d2f5522a15f44bc
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;