diff --git a/module/build/control.php b/module/build/control.php index cf5a41df1b..c89901ae58 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -160,7 +160,7 @@ class build extends control } /* Load pager. */ - $this->app->loadClass('pager'); + $this->app->loadClass('pager', true); if($this->app->getViewType() == 'mhtml') $recPerPage = 10; $sort = common::appendOrder($orderBy);