diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-13 17:30:50 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-13 17:30:50 -0400 |
commit | b9e4b6dd49e8f2c56025df8424137144723d2021 (patch) | |
tree | f2b6a89e78d05bc77846d61a5416d160063e62ff /index.php | |
parent | 20997619b353faa94591800fbfc02bc19a4cdce3 (diff) |
Generate ETags for pages which don't specify themselves.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ function main() try { if ($action_obj->prepare($args)) { - $action_obj->handle($args); + $action_obj->handleWrapper($args); } } catch (ClientException $cex) { $cac = new ClientErrorAction($cex->getMessage(), $cex->getCode()); |