Skip to content
Snippets Groups Projects
Commit eef52dc6 authored by bgm's avatar bgm Committed by bgm
Browse files

Fix undefined variable return

parent a4c2a0b3
Branches master
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class CRM_Activityprofile_APIWrappers_Profile {
// This can happen during a cache-clear
if (empty($apiRequest['params']['profile_id'])) {
return $return;
return $result;
}
// Avoid pseudo profiles, ex: Billing
......
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