diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-20 16:24:10 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-20 16:24:10 -0700 |
commit | 9dfb8a3401fcca98ca647d913faa55f8c56fd350 (patch) | |
tree | eafff5846510c2909494eaf5e8027ddf80bca6b6 /include | |
parent | dd950baa82ba413e234a479b71a33e895a1835ec (diff) | |
download | volse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.tar.gz volse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.tar.bz2 volse-hubzilla-9dfb8a3401fcca98ca647d913faa55f8c56fd350.zip |
ensure the photo driver is included
Diffstat (limited to 'include')
-rw-r--r-- | include/Import/import_diaspora.php | 1 |
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(); |