aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-16 10:47:18 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-16 10:47:18 +0200
commit12c571a1878348c77362a345853eb9575943ef38 (patch)
tree276c680bc5df707becd7554528634e822c7e4043 /Zotlabs/Module
parentaac5fd96cc9ea03a329234f6b2bd8b12a0f4ae5f (diff)
downloadvolse-hubzilla-12c571a1878348c77362a345853eb9575943ef38.tar.gz
volse-hubzilla-12c571a1878348c77362a345853eb9575943ef38.tar.bz2
volse-hubzilla-12c571a1878348c77362a345853eb9575943ef38.zip
missing include
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Photo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Photo.php b/Zotlabs/Module/Photo.php
index 29ad06e80..f348866d9 100644
--- a/Zotlabs/Module/Photo.php
+++ b/Zotlabs/Module/Photo.php
@@ -4,6 +4,7 @@ namespace Zotlabs\Module;
require_once('include/security.php');
require_once('include/attach.php');
require_once('include/photo/photo_driver.php');
+require_once('include/photos.php');
class Photo extends \Zotlabs\Web\Controller {