diff --git a/plugin/API/API.php b/plugin/API/API.php index bae5e34335..770e70458e 100644 --- a/plugin/API/API.php +++ b/plugin/API/API.php @@ -868,7 +868,7 @@ class API extends PluginAbstract if(!empty($_REQUEST['debug'])){ global $_lastGetAllSQL; global $lastGetTotalVideos; - var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL); + var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit; } }