]> git.mxchange.org Git - friendica.git/commitdiff
function name typo
authorfriendica <info@friendica.com>
Sun, 15 Apr 2012 12:11:52 +0000 (05:11 -0700)
committerfriendica <info@friendica.com>
Sun, 15 Apr 2012 12:11:52 +0000 (05:11 -0700)
mod/item.php

index 7f0ca3fc355c515a80b88d43113978a7ec4a03bd..642a6758aa0eaeabed7e8aecea015b544f570300 100644 (file)
@@ -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
        }