diff options
author | git-marijus <mario@mariovavti.com> | 2018-05-29 08:41:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 08:41:31 +0200 |
commit | bca3113fbacd76d6c3d38105df69e180fb766bee (patch) | |
tree | 2db6e36fa903656b51b97d24f4744470d042d9e4 | |
parent | a8a2c806f2ce8c7e314c22917e6f1d893bc52469 (diff) | |
parent | 4f3be92a0d8b9b8555647d3086e13dd3530c6463 (diff) | |
download | volse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.tar.gz volse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.tar.bz2 volse-hubzilla-bca3113fbacd76d6c3d38105df69e180fb766bee.zip |
Merge pull request #1202 from aninf-wo/dev
include photos.php
-rw-r--r-- | Zotlabs/Module/Cover_photo.php | 1 |
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'); |