@@ -120,7 +120,7 @@ |
||
| 120 | 120 | 'is_public', |
| 121 | 121 | 'files:fileCategoryIsPublic' |
| 122 | 122 | ); |
| 123 | - $help = new Node('files:fileCategoryIsPublic'); |
|
| 123 | + $help = new Node('files:fileCategoryIsPublic'); |
|
| 124 | 124 | |
| 125 | 125 | $this->form[] = new CheckboxGroup($input, $label, $help); |
| 126 | 126 | |