aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-06-07 20:40:36 +0100
committerThomas Willingham <founder@kakste.com>2013-06-07 20:40:36 +0100
commitb263f11d77db347122bce22de23587fbb2b0edff (patch)
tree9b0ee6264b1b5fca5684424488ea2861fc050306 /mod/import.php
parentc21f8c68e39e22a0348e5717109f0005d4d35809 (diff)
downloadvolse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.tar.gz
volse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.tar.bz2
volse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.zip
Another missing include
Diffstat (limited to 'mod/import.php')
-rw-r--r--mod/import.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php
index d1b3216d0..b7e48ed7a 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -5,6 +5,7 @@
require_once('include/Contact.php');
require_once('include/zot.php');
+require_once('include/identity.php');
function import_post(&$a) {