mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
251eb15fec
commit
d25966c0d7
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue