_clear_cache was removed long ago. _build_cache does all the needed work itself, so skip _build_cache.
This commit is contained in:
parent
35376641b4
commit
ac83cbe428
@ -149,7 +149,7 @@ sub nodesbycriteria {
|
||||
}
|
||||
if ($neednewcache) {
|
||||
if ($nodelist) {
|
||||
$nodelist->_clear_cache();
|
||||
#$nodelist->_clear_cache();
|
||||
$nodelist->_build_cache(\@cachedcolumns);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user