minor fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 23 Feb 2016 13:13:21 +0000 (18:43 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 23 Feb 2016 13:13:21 +0000 (18:43 +0530)
CRM/Utils/System/WordPress.php

index b927e16082fc4c10c6740d596516c81eee9ed0f3..355b5bc535843ba3418110557475fd52742a883e 100644 (file)
@@ -333,7 +333,7 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base {
   public function loadUser($user) {
     $userdata = get_user_by('login', $user);
     if (!$userdata->data->ID) {
-      return false;
+      return FALSE;
     }
 
     $uid = $userdata->data->ID;