Fix missing variable in InfiniteScrollPlugin class. Fix issue #3525

This commit is contained in:
Jean Baptiste Favre 2011-12-13 22:09:08 +01:00
parent d211348dae
commit b05130bfb8
1 changed files with 3 additions and 0 deletions

View File

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