Skip to content

Commit

Permalink
dont break global owncloud search
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimund Schlüßler committed May 25, 2016
1 parent 11511f4 commit aef7f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/searchprovider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct() {
* @return array
*/
public function search($query) {
return array();
// return $this->tasksService->search($query);
}
}

0 comments on commit aef7f53

Please sign in to comment.