aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2018-05-27 17:57:35 +0200
committerHerbert Thielen <thielen@hs-worms.de>2018-05-27 17:57:35 +0200
commit4f3be92a0d8b9b8555647d3086e13dd3530c6463 (patch)
tree7cbb0d7b9f692bbe25176dbec0544c384aaa51ea /Zotlabs/Module/Cover_photo.php
parent5a475453ab2939836ab8a541de6ca9608781a0c8 (diff)
downloadvolse-hubzilla-4f3be92a0d8b9b8555647d3086e13dd3530c6463.tar.gz
volse-hubzilla-4f3be92a0d8b9b8555647d3086e13dd3530c6463.tar.bz2
volse-hubzilla-4f3be92a0d8b9b8555647d3086e13dd3530c6463.zip
include photos.php
required for photo_calculate_scale()
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-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');