Index: branches/5.0.x/units/topics/topics_config.php =================================================================== diff -u -N -r13323 -r13539 --- branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13323) +++ branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13539) @@ -1,6 +1,6 @@ 'IF (ISNULL(u.Login), IF (%1$s.OwnerId = -1, "root", IF (%1$s.OwnerId = -2, "Guest", "n/a")), u.Login)', 'CategoryId' => TABLE_PREFIX.'%3$sCategoryItems.CategoryId', 'Filename' => TABLE_PREFIX.'%3$sCategoryItems.Filename', + 'CategoryFilename' => TABLE_PREFIX.'Category.NamedParentPath', 'PrimaryCat' => TABLE_PREFIX.'%3$sCategoryItems.PrimaryCat', 'ParentPath' => TABLE_PREFIX.'Category.ParentPath',