projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1054415
)
Fix static fn use of $this
author
Coleman Watts
<coleman@civicrm.org>
Mon, 12 Jan 2015 03:21:49 +0000
(22:21 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 12 Jan 2015 03:21:49 +0000
(22:21 -0500)
CRM/Grant/Selector/Search.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Grant/Selector/Search.php
b/CRM/Grant/Selector/Search.php
index f1e532cb6e37753734802bba8ad33d1fd02a1fe0..591b6625a091b9ba5336fee393e0bfbc93eca4c3 100644
(file)
--- a/
CRM/Grant/Selector/Search.php
+++ b/
CRM/Grant/Selector/Search.php
@@
-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)) {