diff options
author | Andrew Brown <andrew@casabrown.com> | 2014-02-17 17:57:27 -0800 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-05 19:23:44 +0200 |
commit | 7a224f57626f684415b5f45660bd21ec7ebafe72 (patch) | |
tree | a5acb119de2c963ce26ef2eed59b75a2bfa1660c /lib/private/search/result.php | |
parent | 8a223eb62d9d0a1f92ce869ba2639816843cd1a6 (diff) | |
download | nextcloud-server-7a224f57626f684415b5f45660bd21ec7ebafe72.tar.gz nextcloud-server-7a224f57626f684415b5f45660bd21ec7ebafe72.zip |
Move new search results to 'lib/private/search'
Diffstat (limited to 'lib/private/search/result.php')
-rw-r--r-- | lib/private/search/result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/search/result.php b/lib/private/search/result.php index 90e7081e753..d228f833810 100644 --- a/lib/private/search/result.php +++ b/lib/private/search/result.php @@ -22,7 +22,7 @@ namespace OC\Search; /** * The generic result of a search */ -abstract class Result { +class Result { /** * A unique identifier for the result, usually given as the item ID in its |