CRM_Utils_REST - Fix PHP 5.4 error
authorTim Otten <totten@civicrm.org>
Tue, 30 Apr 2013 19:58:18 +0000 (12:58 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 30 Apr 2013 19:58:18 +0000 (12:58 -0700)
CRM/Utils/REST.php

index 3fa52d2ddf023ed502938f3b247621c2b55c5557..c58250ba965030b99479f546db466a76a0db3fde 100644 (file)
@@ -83,7 +83,7 @@ class CRM_Utils_REST {
    * @access public
    * @static
    */
-  public function authenticate($name, $pass) {
+  public static function authenticate($name, $pass) {
 
     $result = CRM_Utils_System::authenticate($name, $pass);