Index: branches/5.1.x/core/units/categories/cache_updater.php =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 12127) +++ branches/5.1.x/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 12657) @@ -1,6 +1,6 @@ '|'.implode('|', $data['parent_path']).'|', // allow old fashion system templates to work @@ -471,7 +481,7 @@ }*/ // if explicitly set, then use it; use parent template otherwise - if ($record['Template']) { + if ($record['Template'] && ($record['Template'] != CATEGORY_TEMPLATE_INHERIT)) { $data['template'] = $record['Template']; } } @@ -525,5 +535,4 @@ } $this->SaveData(); } - } -?> \ No newline at end of file + } \ No newline at end of file