mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
reset start to 0, if we come back or view another apps categories
This commit is contained in:
parent
97aa5602eb
commit
a2c8d14a2c
@ -303,6 +303,10 @@ class admin_categories
|
||||
'no_search' => !self::$acl_search,
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
$content['nm']['start']=0;
|
||||
}
|
||||
if (isset($_GET['appname']) && ($_GET['appname'] == categories::GLOBAL_APPNAME ||
|
||||
isset($GLOBALS['egw_info']['apps'][$_GET['appname']])))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user