]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
revert output buffering (costly) for ETags (low priority)
[quix0rs-gnu-social.git] / index.php
index fa94f0c75e64ba10a5cbe222fa37de51288fa73d..362ab3cd37e1bef5cd189703f949063c99c6309c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -233,7 +233,7 @@ function main()
 
         try {
             if ($action_obj->prepare($args)) {
-                $action_obj->handleWrapper($args);
+                $action_obj->handle($args);
             }
         } catch (ClientException $cex) {
             $cac = new ClientErrorAction($cex->getMessage(), $cex->getCode());