Fixed missing Database and Photo in getGraphHeader
This commit is contained in:
parent
4c3df96e9e
commit
e8387e8794
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
use Lychee\Modules\Database;
|
||||
use Lychee\Modules\Photo;
|
||||
|
||||
function getGraphHeader($photoID) {
|
||||
|
||||
$photo = new Photo($photoID);
|
||||
|
Loading…
Reference in New Issue
Block a user