colly_wyx
2018-05-18 50a53f7db63c5729b0ddbc93367117cf35ccf03c
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;