diff options
author | friendica <info@friendica.com> | 2013-07-30 20:01:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-30 20:01:17 -0700 |
commit | c45ebdf97f2170e575648ebdad2db0c52c2dcb4a (patch) | |
tree | e04d336e19f66561c38add6689c2c6492e397d21 | |
parent | 41c411739fcb92edfca673106800741eef413c86 (diff) | |
download | volse-hubzilla-c45ebdf97f2170e575648ebdad2db0c52c2dcb4a.tar.gz volse-hubzilla-c45ebdf97f2170e575648ebdad2db0c52c2dcb4a.tar.bz2 volse-hubzilla-c45ebdf97f2170e575648ebdad2db0c52c2dcb4a.zip |
missing include
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index a97d2adff..e36e0ea5a 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -1,6 +1,7 @@ <?php require_once('acl_selectors.php'); +require_once('include/crypto.php'); function editpost_content(&$a) { |