Skip to content
Snippets Groups Projects
Verified Commit 12162d24 authored by Andrei Mondoc's avatar Andrei Mondoc Committed by Kevin Cristiano
Browse files

global namesapce

parent 094550cf
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ class Rest extends Base {
// If this fails, get it from config.
if ( $domain_id === 0 ) {
$domain_id = CRM_Core_Config::domainID();
$domain_id = \CRM_Core_Config::domainID();
}
// Call API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment