From 84c7e91a2dd63af157496d7eae9c69e983619b3f Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 9 Dec 2003 23:38:32 +0000 Subject: - Fixed extraction deleting body. - Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and blogger.getRecentPosts. - Fixed coding style deviations. - Fixed access checks, now requires maintain personal blog. - Fixed taxonomy integration. - Fixed blogger.getUserInfo - Improved user login/access error messages. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 2f778b300..c46f10586 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -963,7 +963,7 @@ else { // initialize installed modules: module_init(); -if (!user_access("bypass input data check")) { +if ($_REQUEST && !user_access("bypass input data check")) { if (!valid_input_data($_REQUEST)) { die("terminated request because of suspicious input data"); } -- cgit v1.2.3