diff options
Diffstat (limited to 'lib/clienterroraction.php')
-rw-r--r-- | lib/clienterroraction.php | 2 |
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) |