diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php index d84cf665f5..4da935a502 100644 --- a/phpBB/admin/admin_forums.php +++ b/phpBB/admin/admin_forums.php @@ -319,7 +319,7 @@ if(isset($mode)) // Are we supposed to do something? $buttonvalue = 'Change'; $cat_id = $HTTP_GET_VARS['cat_id']; - $row = get_info('category', $catid); + $row = get_info('category', $cat_id); $cat_title = $row['cat_title']; $template->set_filenames(array( diff --git a/phpBB/templates/PSO/admin/category_edit_body.tpl b/phpBB/templates/PSO/admin/category_edit_body.tpl index b2dad7e10f..512c3693f7 100644 --- a/phpBB/templates/PSO/admin/category_edit_body.tpl +++ b/phpBB/templates/PSO/admin/category_edit_body.tpl @@ -2,7 +2,7 @@
Use this forum to modify a category.
+Use this form to modify a category.