mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10411] Rename template variable CUR_ to CURRENT_
PHPBB3-10411
This commit is contained in:
@@ -948,7 +948,7 @@ class acp_groups
|
||||
if ($row['teampage_id'] == $category_id)
|
||||
{
|
||||
$template->assign_vars(array(
|
||||
'CUR_CATEGORY_NAME' => $row['teampage_name'],
|
||||
'CURRENT_CATEGORY_NAME' => $row['teampage_name'],
|
||||
));
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user