PMC-131 In section Admin->Users->Groups the second page of the list always shows double the corresponding amount of groups

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-12-12 16:10:44 -04:00
parent 9e8728499f
commit 43ce5470ca
5 changed files with 78 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ define("PATH_DATA_SITE", PATH_DATA . "sites/" . config("system.workspace") . "/"
define("PATH_DYNAFORM", PATH_DATA_SITE . "xmlForms/");
define("PATH_DATA_MAILTEMPLATES", PATH_DATA_SITE . "mailTemplates/");
define("PATH_DATA_PUBLIC", PATH_DATA_SITE . "public/");
define("PATH_CONTROLLERS", PATH_CORE . "controllers" . PATH_SEP);
G::defineConstants();
/**