diff options
author | zottel <github@zottel.net> | 2012-04-16 13:53:05 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-16 13:53:05 +0200 |
commit | 041f74dc775424f686a1cd95c00e0d63bfc4b99c (patch) | |
tree | 8ed665432fc5014a7a75c77eebaaa14b8b714f7c /mod/item.php | |
parent | a2c4ce74871dbe9e640cdeafc1574bda5b7fe144 (diff) | |
parent | fd2f7dd6ae8871f09674a5325fd4d4ccea56b623 (diff) | |
download | volse-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.php | 2 |
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 } |