Skip to content

Commit ced73f2

Browse files
committed
changed wrong function call
1 parent b8ab8bf commit ced73f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function mailquota_get_by_user($session_id, $group_id)
213213
}
214214
$group_id = $app->functions->intval($group_id);
215215

216-
return $app->quota_lib->get_quota_data($group_id, false);
216+
return $app->quota_lib->get_mailquota_data($group_id, false);
217217
}
218218

219219
//** protected functions -----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)