Index: branches/unlabeled/unlabeled-1.22.2/core/kernel/utility/temp_handler.php =================================================================== diff -u -r5056 -r5428 --- branches/unlabeled/unlabeled-1.22.2/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 5056) +++ branches/unlabeled/unlabeled-1.22.2/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 5428) @@ -281,8 +281,7 @@ //recalling by different name, because we may get kDBList, if we recall just by prefix $recall_prefix = $prefix_special.($special ? '' : '.').'-item'; - $this->Application->setUnitOption($prefix,'AutoLoad',false); - $object =& $this->Application->recallObject($recall_prefix, $prefix); + $object =& $this->Application->recallObject($recall_prefix, $prefix, Array('skip_autoload' => true)); foreach ($ids as $id) {