diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-02 16:46:51 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-02 16:46:51 -0500 |
commit | ab16bb876b895c16f3a7da8eb658e68dc9a9eb24 (patch) | |
tree | aef498307290afc2ffc3fafe8dd554923335c73f /lib/servererroraction.php | |
parent | daa5797809ec9315db463c5ecc721f1273c0d17e (diff) | |
parent | b6f0f72a0992596f68f5aa1d4513e6bd3884a2c0 (diff) |
Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib/servererroraction.php')
-rw-r--r-- | lib/servererroraction.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |