Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.4.6
-
Fix Version/s: 4.5
-
Component/s: CiviCRM API
-
Labels:None
-
Documentation Required?:None
Description
When doing a simple api call to getsingle Domain, e.g.
$params = array('version' => 3, 'sequential' => 1, 'current_domain' => 1);
$result = civicrm_api('Domain', 'getsingle', $params);
I get an sql error of no such field v.label as label
I suspect it may be related to this being a multi-lingual installation.