From 9af3d7a4d2a62b2b4951876a24aa7bcacfe11223 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 May 2017 11:46:36 +0200 Subject: It was forgotten to rename the method call "::enablePipeline()" to "::enabled()". --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d4211e8..6ee05cf 100755 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ require_once 'include/functions.php'; #=============================================================================== if(isset($_GET['bigpipe']) AND (int) $_GET['bigpipe'] === 0) { // You can also check for search spiders and disable the pipeline - BigPipe\BigPipe::enablePipeline(FALSE); + BigPipe\BigPipe::enabled(FALSE); } // Outsourced to avoid duplicate code in index.php and async.php -- cgit v1.2.3