Skip to content

Commit

Permalink
Update Layout.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan authored Nov 21, 2023
1 parent d49c21e commit 6bc7bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Layout/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static function getIconsSelect($name, $selected = "", $id = "", $class = "")
return self::getSelectSearchable($icons, $name, $selected, $id, $class . " iconSelect", true);
}

static function getAvilableFlags()
static function getAvailableFlags()
{
global $global;
$flags = array();
Expand Down

0 comments on commit 6bc7bde

Please sign in to comment.