1
0
Fork 0

Remove App->error

This commit is contained in:
Hypolite Petovan 2019-05-01 21:17:03 -04:00
commit 7b1ea6cad6
5 changed files with 1 additions and 13 deletions

View file

@ -16,7 +16,6 @@ function notice_init(App $a)
$nick = $r[0]['nickname'];
$a->internalRedirect('display/' . $nick . '/' . $id);
} else {
$a->error = 404;
notice(L10n::t('Item not found.') . EOL);
}