Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Jan 13, 2022
1 parent c742a6b commit 0309d6b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ public function generate(): string
$fields = array();
$originalLabel = $this->strLabel;
$cssClasses = 'tl_select tl_chosen';

$rootPages = PageModel::findByPid(0, array('order' => 'sorting'));

$wizard = StringUtil::deserialize($this->wizard);

$this->blankOptionLabel = $GLOBALS['TL_LANG']['tl_module'][sprintf('%sBlankOptionLabel', $this->name)];
Expand Down

0 comments on commit 0309d6b

Please sign in to comment.