/ = post/list unless set otherwise

git-svn-id: file:///home/shish/svn/shimmie2/trunk@375 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-26 13:23:38 +00:00
parent 96a870790e
commit 785e1dcd59

View File

@ -402,7 +402,7 @@ function _get_page_request($page) {
$args = _get_query_parts(); $args = _get_query_parts();
if(count($args) == 0 || strlen($args[0]) == 0) { if(count($args) == 0 || strlen($args[0]) == 0) {
$page_name = $config->get_string('front_page', 'index'); $page_name = $config->get_string('front_page', 'post/list');
$args = array(); $args = array();
} }
else if(count($args) == 1) { else if(count($args) == 1) {