From: friendica Date: Sun, 15 Apr 2012 12:11:52 +0000 (-0700) Subject: function name typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a3454c841e343a21ac637ae169c267442914ea0;p=friendica.git function name typo --- diff --git a/mod/item.php b/mod/item.php index 7f0ca3fc35..642a6758aa 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 }