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;
|
$key = $parmC.'/'.$parmD;
|
||||||
}
|
}
|
||||||
$data = $this->getFiles($key);
|
$data = $this->getFiles($key);
|
||||||
//$page = new Page($pageKey);
|
|
||||||
//$path = PATH_UPLOADS_PAGES.$page->uuid().DS;
|
|
||||||
}
|
}
|
||||||
// (POST) /api/pages/files/:key
|
// (POST) /api/pages/files/:key
|
||||||
elseif ( ($method==='POST') && ($parmA==='pages') && ($parmB==='files') && !empty($parmC) && $writePermissions ) {
|
elseif ( ($method==='POST') && ($parmA==='pages') && ($parmB==='files') && !empty($parmC) && $writePermissions ) {
|
||||||
|
|
Loading…
Reference in a new issue