Fixed missing Database and Photo in getGraphHeader

This commit is contained in:
Tobias Reich 2016-01-30 23:17:23 +01:00
parent 4c3df96e9e
commit e8387e8794

View File

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