From b6f0f72a0992596f68f5aa1d4513e6bd3884a2c0 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Mon, 2 Feb 2009 21:08:33 +0000 Subject: trac #569 and trac #711 add missing utf-8 headers and removed extraneous argument in startHTML calls --- lib/servererroraction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/servererroraction.php') diff --git a/lib/servererroraction.php b/lib/servererroraction.php index a39886591..80a3fdd7b 100644 --- a/lib/servererroraction.php +++ b/lib/servererroraction.php @@ -67,7 +67,7 @@ class ServerErrorAction extends ErrorAction $this->default = 500; } - + // XXX: Should these error actions even be invokable via URI? function handle($args) -- cgit v1.2.3-54-g00ecf