From d25966c0d7b7bd93883b86b4e67d8d8a046e5728 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Fri, 31 Aug 2001 07:16:48 +0000 Subject: Fixed bug #457043, couldn't edit cats git-svn-id: file:///svn/phpbb/trunk@952 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forums.php | 2 +- 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 @@

Edit Category

-

Use this forum to modify a category.

+

Use this form to modify a category.

-- cgit v1.2.1