diff --git a/tag/manage.php b/tag/manage.php index 3fe1fd4a37654..4c1e3ea097e65 100644 --- a/tag/manage.php +++ b/tag/manage.php @@ -112,6 +112,10 @@ } break; case 'addofficialtag': + if (!data_submitted() or !confirm_sesskey()) { + break; + } + $new_otags = explode(',', optional_param('otagsadd', '', PARAM_TAG)); $notice = ''; foreach ( $new_otags as $new_otag ) { @@ -140,6 +144,7 @@ print(''); print('
'. ''. + ''. ''. '
'); print('');