1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Merge pull request #4431 from Jimmi08/patch-25

Correct pagination for frontend Admin UI
This commit is contained in:
Cameron
2021-03-02 08:45:29 -08:00
committed by GitHub

View File

@@ -7002,7 +7002,7 @@ var_dump($select_options);*/
$parms = 'total='.$total;
$parms .= '&amount='.$amount;
$parms .= '&current='.$from;
if(deftrue('e_ADMIN_AREA'))
if(deftrue('e_ADMIN_UI'))
{
$parms .= '&tmpl_prefix=admin';
}