mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-18 15:54:28 +01:00
improve flexibility of search providers a bit
This commit is contained in:
parent
eb3e323d8c
commit
b653f5d1b5
@ -20,8 +20,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class OC_Search_Provider_Bookmarks implements OC_Search_Provider{
|
class OC_Search_Provider_Bookmarks extends OC_Search_Provider{
|
||||||
static function search($query){
|
function search($query){
|
||||||
$results=array();
|
$results=array();
|
||||||
|
|
||||||
$offset = 0;
|
$offset = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user