Loading rainloop/app/rainloop/v/1.14.0/app/libraries/RainLoop/Providers/Suggestions/OwnCloudSuggestions.php +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ class OwnCloudSuggestions implements \RainLoop\Providers\Suggestions\ISuggestion $aSearchResult = $cm->search($sQuery, $aParams); } else if (\class_exists('OCP\Contacts') && \OCP\Contacts::isEnabled()) { $aSearchResult = \OCP\Contacts::search($sQuery, $aParams); } else { return $aResult; Loading Loading
rainloop/app/rainloop/v/1.14.0/app/libraries/RainLoop/Providers/Suggestions/OwnCloudSuggestions.php +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ class OwnCloudSuggestions implements \RainLoop\Providers\Suggestions\ISuggestion $aSearchResult = $cm->search($sQuery, $aParams); } else if (\class_exists('OCP\Contacts') && \OCP\Contacts::isEnabled()) { $aSearchResult = \OCP\Contacts::search($sQuery, $aParams); } else { return $aResult; Loading