From ff42ab9977c21cda738a8181cf85186620d66d7e Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Mon, 21 Jan 2019 22:25:01 +0100
Subject: [PATCH] :ambulance: fix(core) Backport LDAP size limit refactor

Call to undefined method userinfo::sizeLimitHandler()

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 include/class_listing.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class_listing.inc b/include/class_listing.inc
index 69ecba2be..b948254cf 100644
--- a/include/class_listing.inc
+++ b/include/class_listing.inc
@@ -484,7 +484,7 @@ class listing
     $smarty = get_smarty();
     $smarty->assign("usePrototype", "true");
     $smarty->assign("FILTER", $this->filter->render());
-    $smarty->assign("SIZELIMIT", $ui->getSizeLimitHandler(()->renderWarning());
+    $smarty->assign("SIZELIMIT", $ui->getSizeLimitHandler()->renderWarning());
     $smarty->assign("LIST", $result);
     $smarty->assign("MULTISELECT", $this->multiSelect);
 
-- 
GitLab