remove commented code
This commit is contained in:
parent
5285ab78af
commit
2d4544acbb
1 changed files with 1 additions and 3 deletions
|
@ -160,8 +160,6 @@ class pluginAPI extends Plugin {
|
|||
$key = $parmC.'/'.$parmD;
|
||||
}
|
||||
$data = $this->getFiles($key);
|
||||
//$page = new Page($pageKey);
|
||||
//$path = PATH_UPLOADS_PAGES.$page->uuid().DS;
|
||||
}
|
||||
// (POST) /api/pages/files/:key
|
||||
elseif ( ($method==='POST') && ($parmA==='pages') && ($parmB==='files') && !empty($parmC) && $writePermissions ) {
|
||||
|
@ -1100,4 +1098,4 @@ class pluginAPI extends Plugin {
|
|||
'message'=>'An error occurred while trying to configure the plugin.'
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue