diff options
author | friendica <info@friendica.com> | 2011-12-27 14:26:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-27 14:26:44 -0800 |
commit | 0f87f84cfbe026e6f049026d8f8c4d4db22dcc56 (patch) | |
tree | 8fddf9b2169e874ffe407e3d84493947b0993c85 /mod | |
parent | 5c7df6e964561ebb5e334865717db03222bf3e1a (diff) | |
download | volse-hubzilla-0f87f84cfbe026e6f049026d8f8c4d4db22dcc56.tar.gz volse-hubzilla-0f87f84cfbe026e6f049026d8f8c4d4db22dcc56.tar.bz2 volse-hubzilla-0f87f84cfbe026e6f049026d8f8c4d4db22dcc56.zip |
notification testing
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index c32fb6952..ece92f0f3 100644 --- a/mod/item.php +++ b/mod/item.php @@ -16,6 +16,7 @@ */ require_once('include/crypto.php'); +require_once('include/enotify.php'); function item_post(&$a) { @@ -680,7 +681,6 @@ function item_post(&$a) { ); if($contact_record != $author) { - require_once('include/enotify.php'); notification(array( 'type' => NOTIFY_COMMENT, 'notify_flags' => $user['notify-flags'], |