Browse Source

Added missing Album and Photo class to search

Tobias Reich 8 years ago
parent
commit
84afba9548
1 changed files with 2 additions and 0 deletions
  1. 2 0
      php/helpers/search.php

+ 2 - 0
php/helpers/search.php

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