Added missing Album and Photo class to search

This commit is contained in:
Tobias Reich 2016-01-31 00:01:42 +01:00
parent 00cd60a588
commit 84afba9548

View File

@ -1,6 +1,8 @@
<?php
use Lychee\Modules\Album;
use Lychee\Modules\Database;
use Lychee\Modules\Photo;
function search($term) {