1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Hannes Magnusson
2010-12-28 11:13:59 +00:00
parent 60d5c3b903
commit a0bf36937a

View File

@@ -54,7 +54,7 @@ if (is_array($data)) {
$res = unserialize($data);
// HTTP status line is passed on, signifies an error
site_header('Search results', array("noindex", "current" => "FIXME")));
site_header('Search results', array("noindex", "current" => "FIXME"));
if (!is_array($res)) {
exit_with_pretty_error(null, 'Internal error', 'Please try again later');