diff options
author | Thomas Willingham <founder@kakste.com> | 2013-06-07 20:40:36 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-06-07 20:40:36 +0100 |
commit | b263f11d77db347122bce22de23587fbb2b0edff (patch) | |
tree | 9b0ee6264b1b5fca5684424488ea2861fc050306 | |
parent | c21f8c68e39e22a0348e5717109f0005d4d35809 (diff) | |
download | volse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.tar.gz volse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.tar.bz2 volse-hubzilla-b263f11d77db347122bce22de23587fbb2b0edff.zip |
Another missing include
-rw-r--r-- | mod/import.php | 1 |
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) { |