From d9914cf8f3ad043fbbbab4b242207db2d8ea3449 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Sun, 4 Dec 2005 11:34:21 +0000 Subject: [PATCH] fix typo --- include/genpage.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/genpage.inc.php b/include/genpage.inc.php index f8e38bb..e4b141f 100644 --- a/include/genpage.inc.php +++ b/include/genpage.inc.php @@ -14,7 +14,7 @@ if ((empty($uri_addData['uriargs']) || trim($uri_addData['uriargs']) == $serendi $uri_addData['startpage'] = true; } -serendipity_plugin_api::hook_event('genpage', $uri, $uriaddData); +serendipity_plugin_api::hook_event('genpage', $uri, $uri_addData); serendipity_smarty_init(); // For advanced usage, we allow template authors to create a file 'config.inc.php' where they can -- 2.39.5