Fixed bug #457043, couldn't edit cats

git-svn-id: file:///svn/phpbb/trunk@952 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-08-31 07:16:48 +00:00
parent 251eb15fec
commit d25966c0d7
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ if(isset($mode)) // Are we supposed to do something?
$buttonvalue = 'Change'; $buttonvalue = 'Change';
$cat_id = $HTTP_GET_VARS['cat_id']; $cat_id = $HTTP_GET_VARS['cat_id'];
$row = get_info('category', $catid); $row = get_info('category', $cat_id);
$cat_title = $row['cat_title']; $cat_title = $row['cat_title'];
$template->set_filenames(array( $template->set_filenames(array(

View file

@ -2,7 +2,7 @@
<h1>Edit Category</h1> <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"> <form action="{S_FORUM_ACTION}" method="POST">