aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-15 05:11:52 -0700
committerfriendica <info@friendica.com>2012-04-15 05:11:52 -0700
commit0a3454c841e343a21ac637ae169c267442914ea0 (patch)
tree5edd1f81f3c50b40646e15c66c7be29c2453fd4d /mod/item.php
parent0939029b745d8a6d88daca3a837242f35bf1051e (diff)
downloadvolse-hubzilla-0a3454c841e343a21ac637ae169c267442914ea0.tar.gz
volse-hubzilla-0a3454c841e343a21ac637ae169c267442914ea0.tar.bz2
volse-hubzilla-0a3454c841e343a21ac637ae169c267442914ea0.zip
function name typo
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 7f0ca3fc3..642a6758a 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -759,7 +759,7 @@ function item_post(&$a) {
}
else {
logger('mod_item: unable to retrieve post that was just stored.');
- notify( t('System error. Post not saved.'));
+ notice( t('System error. Post not saved.') . EOL);
goaway($a->get_baseurl() . "/" . $return_path );
// NOTREACHED
}