code style

This commit is contained in:
qronald
2017-02-14 17:12:38 -04:00
parent a9a1bd149e
commit d009cb462b
2 changed files with 6 additions and 7 deletions

View File

@@ -1472,7 +1472,7 @@ class PMPluginRegistry
$baseSrcPluginPath = PATH_PLUGINS . $sNamespace . PATH_SEP . "src";
$apiPath = PATH_SEP . "Services" . PATH_SEP . "Ext" . PATH_SEP;
$classFile = $baseSrcPluginPath . $apiPath . 'Ext' . $className . '.php';
if(file_exists($classFile)){
if (file_exists($classFile)) {
$this->_restExtendServices[$className] = array(
"filePath" => $classFile,
"classParent" => $className,