quits immediately the query parsing routine if displaying a static page (fixes 404 error on trying to browse statics with an empty blog)

This commit is contained in:
real_nowhereman 2009-12-09 17:55:00 +00:00
parent a442b571cc
commit 44821eeece

View File

@ -155,6 +155,7 @@
) {
index_staticpage($page, $explicit_req, $params, $module);
return $module;
} elseif (!empty($_GET['q'])) {
include('search.php');