From b0378cb702ca0d1abf63e49133d5f49a135e1a24 Mon Sep 17 00:00:00 2001 From: Joseph Lacey Date: Wed, 17 Feb 2016 13:23:26 -0500 Subject: [PATCH] Removing return array note which is no longer the case with DataTables v2. --- CRM/Group/Page/AJAX.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Group/Page/AJAX.php b/CRM/Group/Page/AJAX.php index b492427a1c..045e611914 100644 --- a/CRM/Group/Page/AJAX.php +++ b/CRM/Group/Page/AJAX.php @@ -38,8 +38,6 @@ class CRM_Group_Page_AJAX { /** * Get list of groups. - * - * @return array */ public static function getGroupList() { $params = $_GET; -- 2.25.1