fix a stupid 'strict' warning
This commit is contained in:
parent
58dc891c5a
commit
4447d11a3b
@ -284,9 +284,10 @@
|
|||||||
// searches the whole index
|
// searches the whole index
|
||||||
|
|
||||||
#$this->local_list = array_keys($entry_index);
|
#$this->local_list = array_keys($entry_index);
|
||||||
|
$firstid=null;
|
||||||
|
|
||||||
$index_count = $entry_index->length();
|
$index_count = $entry_index->length();
|
||||||
$this->walker =& $entry_index->walker($firstid=null);
|
$this->walker =& $entry_index->walker($firstid);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// notice this won't work with cats (for now)
|
// notice this won't work with cats (for now)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user