Browse Source

Fixed missing Database and Photo in getGraphHeader

Tobias Reich 8 years ago
parent
commit
e8387e8794
1 changed files with 3 additions and 0 deletions
  1. 3 0
      php/helpers/getGraphHeader.php

+ 3 - 0
php/helpers/getGraphHeader.php

@@ -1,5 +1,8 @@
 <?php
 
+use Lychee\Modules\Database;
+use Lychee\Modules\Photo;
+
 function getGraphHeader($photoID) {
 
 	$photo = new Photo($photoID);