aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-05-26 11:46:36 +0200
committerThomas Lange <code@nerdmind.de>2017-05-26 11:46:36 +0200
commit9af3d7a4d2a62b2b4951876a24aa7bcacfe11223 (patch)
tree5fbf8a13f180fbbf700f697759613786fe16018e
parent3aec340c6059104039d93938bc4e961cd0471d38 (diff)
downloadbigpipe-9af3d7a4d2a62b2b4951876a24aa7bcacfe11223.tar.gz
bigpipe-9af3d7a4d2a62b2b4951876a24aa7bcacfe11223.tar.xz
bigpipe-9af3d7a4d2a62b2b4951876a24aa7bcacfe11223.zip
It was forgotten to rename the method call "::enablePipeline()" to "::enabled()".
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
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