]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix missing variable in InfiniteScrollPlugin class. Fix issue #3525
authorJean Baptiste Favre <statusnet@jbfavre.org>
Tue, 13 Dec 2011 21:09:08 +0000 (22:09 +0100)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Tue, 13 Dec 2011 21:09:08 +0000 (22:09 +0100)
plugins/InfiniteScroll/InfiniteScrollPlugin.php

index 376d88abb0add3a770900598e5f78c3c67c47cbe..d919cd01eb9286981eeb475f7c8a7bf7795cc0fb 100644 (file)
@@ -33,6 +33,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 class InfiniteScrollPlugin extends Plugin
 {
+
+    public $on_next_only = false;
+
     function __construct()
     {
         parent::__construct();