From 20194986f6638233732ba1fc3e838f117d3cc9ea Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 9 Jan 2007 08:56:46 +0000 Subject: Aktualisierung auf MediaWiki 1.8.3 --- includes/AjaxDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/AjaxDispatcher.php') diff --git a/includes/AjaxDispatcher.php b/includes/AjaxDispatcher.php index 618c2736..c2744980 100644 --- a/includes/AjaxDispatcher.php +++ b/includes/AjaxDispatcher.php @@ -55,7 +55,7 @@ class AjaxDispatcher { if (! in_array( $this->func_name, $wgAjaxExportList ) ) { header( 'Status: 400 Bad Request', true, 400 ); - echo "unknown function {$this->func_name}"; + print "unknown function " . htmlspecialchars( (string) $this->func_name ); } else { try { $result = call_user_func_array($this->func_name, $this->args); -- cgit v1.2.3-54-g00ecf