Index: branches/5.2.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r14428 -r14434 --- branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 14428) +++ branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 14434) @@ -1,6 +1,6 @@ GetDBField(is_array($sub_table['ParentTableKey']) ? $sub_table['ParentTableKey'][$prefix] : $sub_table['ParentTableKey']); - $this->DeleteItems($sub_table['Prefix'], '', $sub_ids, $sub_table, $parent_key); + $this->DeleteItems($sub_table['Prefix'], $special, $sub_ids, $sub_table, $parent_key); } }