Skip to content

Commit

Permalink
Fix: tag category name is not mandatory input
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Jul 20, 2018
1 parent a04bb2f commit 558b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/papaya_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ function initializeCategoryDialog($edit = TRUE) {
);
$fields[] = 'Language independent';
$fields['category_name'] = array(
'Name', 'isSomeText', TRUE, 'input', 50
'Name', 'isSomeText', FALSE, 'input', 50
);
if ($edit &&
isset($this->category) &&
Expand Down

0 comments on commit 558b2c3

Please sign in to comment.