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