aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-07 06:29:32 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-07 06:29:32 -0700
commitdea552b74f5146f8b36a23fd2074de055ab960cb (patch)
tree9cec10ff1e8b251e8f26e9aa109a5c6d624b0275 /mod/item.php
parentc10e7723185c608217d0944fe62a36995e552322 (diff)
downloadvolse-hubzilla-dea552b74f5146f8b36a23fd2074de055ab960cb.tar.gz
volse-hubzilla-dea552b74f5146f8b36a23fd2074de055ab960cb.tar.bz2
volse-hubzilla-dea552b74f5146f8b36a23fd2074de055ab960cb.zip
some fixes after cloning to a new site
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/item.php b/mod/item.php
index 1c1fd5029..2b03ecaa2 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -58,10 +58,10 @@ function item_post(&$a) {
intval($post_id));
}
- require('notifier.php');
+// require('notifier.php');
- notifier(&$a,$post_id,$parent);
+// notifier($a,$post_id,$parent);
}
goaway($a->get_baseurl() . "/profile/$profile_uid");