mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
delete replace_space function, modify get_cat_display_name_* functions
git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ if (pwg_db_num_rows($result) > 0)
|
||||
{
|
||||
$template->append(
|
||||
'categories_because_of_groups',
|
||||
get_cat_display_name_cache($category['uppercats'], null, false)
|
||||
get_cat_display_name_cache($category['uppercats'], null)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user