X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublic.php;h=0ceeef98e8c1cf4f5e5e5a25f46d8733ad1cfd7a;hb=6edbf3ca781d20f2ec98daf32080c60e804d8215;hp=62071ecccd471ede5e5b1f1aaef793c73088ce40;hpb=10a4d9ea1e7a930354c8005fb1f418f12d33013b;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index 62071ecccd..0ceeef98e8 100644 --- a/actions/public.php +++ b/actions/public.php @@ -165,7 +165,7 @@ class PublicAction extends Action NOTICES_PER_PAGE + 1); if (!$notice) { - $this->server_error(_('Could not retrieve public stream.')); + $this->serverError(_('Could not retrieve public stream.')); return; }