remove commented code

This commit is contained in:
Emanuele Goldoni 2022-05-03 20:10:01 +02:00
parent 5285ab78af
commit 2d4544acbb

View file

@ -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 ) {