diff --git a/out/out.KeywordChooser.php b/out/out.KeywordChooser.php index c05cf65bf..975dc5ef7 100644 --- a/out/out.KeywordChooser.php +++ b/out/out.KeywordChooser.php @@ -33,13 +33,18 @@ foreach($allusers as $u) { } $categories = $dms->getAllKeywordCategories($userids); +if($_GET['target']) { + $target = $_GET['target']; +} else { + $target = 'form1'; +} UI::htmlStartPage(getMLText("use_default_keywords")); ?>