Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 4.3.6
-
Component/s: None
-
Labels:None
Description
CiviMobile is calling a drupal 7 function directly (& failing on other UF).
The correct pattern should be
$config = CRM_Core_Config::singleton();
$config->userSystem->user_login_finalize($uid);