aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-04-16 13:53:05 +0200
committerzottel <github@zottel.net>2012-04-16 13:53:05 +0200
commit041f74dc775424f686a1cd95c00e0d63bfc4b99c (patch)
tree8ed665432fc5014a7a75c77eebaaa14b8b714f7c /mod/item.php
parenta2c4ce74871dbe9e640cdeafc1574bda5b7fe144 (diff)
parentfd2f7dd6ae8871f09674a5325fd4d4ccea56b623 (diff)
downloadvolse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.tar.gz
volse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.tar.bz2
volse-hubzilla-041f74dc775424f686a1cd95c00e0d63bfc4b99c.zip
Merge remote branch 'upstream/master'
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
}