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:
@@ -7002,7 +7002,7 @@ var_dump($select_options);*/
|
||||
$parms = 'total='.$total;
|
||||
$parms .= '&amount='.$amount;
|
||||
$parms .= '¤t='.$from;
|
||||
if(deftrue('e_ADMIN_AREA'))
|
||||
if(deftrue('e_ADMIN_UI'))
|
||||
{
|
||||
$parms .= '&tmpl_prefix=admin';
|
||||
}
|
||||
|
Reference in New Issue
Block a user