fix a stupid 'strict' warning

This commit is contained in:
real_nowhereman 2012-03-24 15:20:04 +00:00
parent 58dc891c5a
commit 4447d11a3b

View File

@ -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)