From 4447d11a3b609d2047dc147ea86835c944ecdc68 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 24 Mar 2012 15:20:04 +0000 Subject: [PATCH] fix a stupid 'strict' warning --- fp-includes/core/core.fpdb.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fp-includes/core/core.fpdb.class.php b/fp-includes/core/core.fpdb.class.php index d070897..37c4641 100644 --- a/fp-includes/core/core.fpdb.class.php +++ b/fp-includes/core/core.fpdb.class.php @@ -284,9 +284,10 @@ // searches the whole index #$this->local_list = array_keys($entry_index); - + $firstid=null; + $index_count = $entry_index->length(); - $this->walker =& $entry_index->walker($firstid=null); + $this->walker =& $entry_index->walker($firstid); } else { // notice this won't work with cats (for now)