Archived
1
0

better change note

This commit is contained in:
Ian
2015-12-20 17:28:01 +01:00
parent 2a228f68cf
commit 8897bf5e4d
+1 -1
View File
@@ -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)),