Fixed search

This commit is contained in:
Tobias Reich 2016-03-13 17:37:49 +01:00
parent ff52ea8c73
commit 8c050698dd

View File

@ -3,6 +3,7 @@
use Lychee\Modules\Album; use Lychee\Modules\Album;
use Lychee\Modules\Database; use Lychee\Modules\Database;
use Lychee\Modules\Photo; use Lychee\Modules\Photo;
use Lychee\Modules\Settings;
/** /**
* @return array|false Returns an array with albums and photos. * @return array|false Returns an array with albums and photos.