summaryrefslogtreecommitdiff
path: root/lib/clienterroraction.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-02-02 21:08:33 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-02-02 21:08:33 +0000
commitb6f0f72a0992596f68f5aa1d4513e6bd3884a2c0 (patch)
treeb532acffd7dae18ba712ef8aca0497d1d7eabfd0 /lib/clienterroraction.php
parent3f0eb901283e266384f78e8cf1dbd7912bd2f254 (diff)
trac #569 and trac #711 add missing utf-8 headers and removed extraneous argument in startHTML calls
Diffstat (limited to 'lib/clienterroraction.php')
-rw-r--r--lib/clienterroraction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clienterroraction.php b/lib/clienterroraction.php
index ef6fd51df..5019dc06d 100644
--- a/lib/clienterroraction.php
+++ b/lib/clienterroraction.php
@@ -70,7 +70,7 @@ class ClientErrorAction extends ErrorAction
417 => 'Expectation Failed');
$this->default = 400;
}
-
+
// XXX: Should these error actions even be invokable via URI?
function handle($args)