_clear_cache was removed long ago. _build_cache does all the needed work itself, so skip _build_cache.

This commit is contained in:
Jarrod Johnson 2014-01-30 13:00:42 -05:00
parent 35376641b4
commit ac83cbe428

View File

@ -149,7 +149,7 @@ sub nodesbycriteria {
}
if ($neednewcache) {
if ($nodelist) {
$nodelist->_clear_cache();
#$nodelist->_clear_cache();
$nodelist->_build_cache(\@cachedcolumns);
}
}