diff options
-rw-r--r-- | phpBB/admin/admin_forums.php | 2 | ||||
-rw-r--r-- | phpBB/templates/PSO/admin/category_edit_body.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <h1>Edit Category</h1> -<p>Use this forum to modify a category.</p> +<p>Use this form to modify a category.</p> <form action="{S_FORUM_ACTION}" method="POST"> |