/ = 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:
parent
96a870790e
commit
785e1dcd59
@ -402,7 +402,7 @@ function _get_page_request($page) {
|
||||
$args = _get_query_parts();
|
||||
|
||||
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();
|
||||
}
|
||||
else if(count($args) == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user