aboutsummaryrefslogtreecommitdiffstats
path: root/include/Import
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-20 16:24:10 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-20 16:24:10 -0700
commit9dfb8a3401fcca98ca647d913faa55f8c56fd350 (patch)
treeeafff5846510c2909494eaf5e8027ddf80bca6b6 /include/Import
parentdd950baa82ba413e234a479b71a33e895a1835ec (diff)
downloadvolse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.tar.gz
volse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.tar.bz2
volse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.zip
ensure the photo driver is included
Diffstat (limited to 'include/Import')
-rw-r--r--include/Import/import_diaspora.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Import/import_diaspora.php b/include/Import/import_diaspora.php
index dccb2d6ec..f755c39e2 100644
--- a/include/Import/import_diaspora.php
+++ b/include/Import/import_diaspora.php
@@ -3,6 +3,7 @@
require_once('include/bb2diaspora.php');
require_once('include/group.php');
require_once('include/follow.php');
+require_once('include/photo/photo_driver.php');
function import_diaspora($data) {
$a = get_app();