function name typo

pull/238/merge
friendica 2012-04-15 05:11:52 -07:00
rodzic 0939029b74
commit 0a3454c841
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
}