1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Correct pagination for frontend Admin UI

This commit is contained in:
Jimako
2021-03-02 17:32:18 +01:00
committed by GitHub
parent e4937d0819
commit 467d3c968f

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';
}