summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-09-13 17:30:50 -0400
committerCraig Andrews <candrews@integralblue.com>2009-09-13 17:30:50 -0400
commitb9e4b6dd49e8f2c56025df8424137144723d2021 (patch)
treef2b6a89e78d05bc77846d61a5416d160063e62ff /index.php
parent20997619b353faa94591800fbfc02bc19a4cdce3 (diff)
Generate ETags for pages which don't specify themselves.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7669778f6..72ceb45df 100644
--- a/index.php
+++ b/index.php
@@ -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());