diff --git a/include/genpage.inc.php b/include/genpage.inc.php index 676d7b58..2bcbeb66 100644 --- a/include/genpage.inc.php +++ b/include/genpage.inc.php @@ -10,7 +10,7 @@ include_once('serendipity_config.inc.php'); include_once(S9Y_INCLUDE_PATH . 'include/plugin_api.inc.php'); -$uri = $_SERVER['REQUEST_URI']; // need to define this again here, as index.php no longer includes this file +$uri = $_SERVER['REQUEST_URI']; // need to define this again here, as index.php (2.1) no longer includes this file $uri_addData = array( 'startpage' => false, 'uriargs' => implode('/', serendipity_getUriArguments($uri, true)),