diff --git a/bl-plugins/api/plugin.php b/bl-plugins/api/plugin.php index 950bf234..39b062e1 100644 --- a/bl-plugins/api/plugin.php +++ b/bl-plugins/api/plugin.php @@ -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.' ); } -} \ No newline at end of file +}