aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2018-05-29 08:41:31 +0200
committerGitHub <noreply@github.com>2018-05-29 08:41:31 +0200
commitbca3113fbacd76d6c3d38105df69e180fb766bee (patch)
tree2db6e36fa903656b51b97d24f4744470d042d9e4 /Zotlabs
parenta8a2c806f2ce8c7e314c22917e6f1d893bc52469 (diff)
parent4f3be92a0d8b9b8555647d3086e13dd3530c6463 (diff)
downloadvolse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.tar.gz
volse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.tar.bz2
volse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.zip
Merge pull request #1202 from aninf-wo/dev
include photos.php
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Cover_photo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index 9adfa2209..88fd4485d 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -9,6 +9,7 @@ namespace Zotlabs\Module;
require_once('include/photo/photo_driver.php');
require_once('include/channel.php');
+require_once('include/photos.php');