Fix static fn use of $this
authorColeman Watts <coleman@civicrm.org>
Mon, 12 Jan 2015 03:21:49 +0000 (22:21 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 12 Jan 2015 03:21:49 +0000 (22:21 -0500)
CRM/Grant/Selector/Search.php

index f1e532cb6e37753734802bba8ad33d1fd02a1fe0..591b6625a091b9ba5336fee393e0bfbc93eca4c3 100644 (file)
@@ -186,7 +186,7 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
    * @return array
    */
   public static function &links($key = NULL) {
-    $cid = CRM_Utils_Request::retrieve('cid', 'Integer', $this);
+    $cid = CRM_Utils_Request::retrieve('cid', 'Integer');
     $extraParams = ($key) ? "&key={$key}" : NULL;
 
     if (!(self::$_links)) {