diff options
Diffstat (limited to 'include/pagelets.php')
-rw-r--r-- | include/pagelets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pagelets.php b/include/pagelets.php index ed1f8a0..2fc1c9b 100644 --- a/include/pagelets.php +++ b/include/pagelets.php @@ -22,7 +22,7 @@ if(isset($_GET['bigpipe']) AND $_GET['bigpipe'] === '0') { # will be present at the original position within the HTML response (and all # external stylesheets and javascripts will be displayed as simple <link> or # <script> elements within the HTML document). - BigPipe\BigPipe::enabled(FALSE); + BigPipe\BigPipe::setEnabled(FALSE); } #=============================================================================== |