diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-16 10:47:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-16 10:47:18 +0200 |
commit | 12c571a1878348c77362a345853eb9575943ef38 (patch) | |
tree | 276c680bc5df707becd7554528634e822c7e4043 /Zotlabs/Module | |
parent | aac5fd96cc9ea03a329234f6b2bd8b12a0f4ae5f (diff) | |
download | volse-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.php | 1 |
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 { |