From 785e1dcd5927cde3080042115d64c2c73ca80e3e Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 26 Jul 2007 13:23:38 +0000 Subject: [PATCH] / = post/list unless set otherwise git-svn-id: file:///home/shish/svn/shimmie2/trunk@375 7f39781d-f577-437e-ae19-be835c7a54ca --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index a3b552c4..3e6967cf 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -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) {