diff options
author | friendica <info@friendica.com> | 2012-04-15 05:11:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-15 05:11:52 -0700 |
commit | 0a3454c841e343a21ac637ae169c267442914ea0 (patch) | |
tree | 5edd1f81f3c50b40646e15c66c7be29c2453fd4d /mod/item.php | |
parent | 0939029b745d8a6d88daca3a837242f35bf1051e (diff) | |
download | volse-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.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 } |