mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:02:53 +00:00
function name typo
This commit is contained in:
parent
0939029b74
commit
0a3454c841
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ function item_post(&$a) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logger('mod_item: unable to retrieve post that was just stored.');
|
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 );
|
goaway($a->get_baseurl() . "/" . $return_path );
|
||||||
// NOTREACHED
|
// NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue