Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3723e38 authored by Nathan Kinkade's avatar Nathan Kinkade
Browse files

Undoes modification of a core RainLoop file.

parent 23e4ec73
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;