* testtask: remove declaration of unused variable.

This commit is contained in:
liugang
2023-09-21 13:52:07 +08:00
parent e85006060d
commit 6b64c7cc5d
+1 -1
View File
@@ -159,7 +159,7 @@ class testtask extends control
/* Load pager. */
if($browseType == 'newest') $recPerPage = '10';
$this->app->loadClass('pager', $static = true);
$this->app->loadClass('pager', true);
$pager = pager::init($recTotal, $recPerPage, $pageID);
/* Append id for second sort. */