mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Fix incorrect link total when using onlyapp
This commit is contained in:
parent
14bc21de98
commit
7101356993
@ -208,6 +208,7 @@ class Storage
|
||||
if ($only_app && $not_only == ($linked_app == $only_app) || !$GLOBALS['egw_info']['user']['apps'][$app])
|
||||
{
|
||||
#echo "$linked_app == $only_app, ";var_dump($linked_app == $only_app);echo " ->dont return a link<br>";
|
||||
self::$row_count--;
|
||||
return;
|
||||
}
|
||||
#echo "returning ".(($only_app && !$not_only) ? " linkid:".$linked_id : " full array with linkid $linked_id")."<br>";
|
||||
|
Loading…
Reference in New Issue
Block a user