Skip to content

Commit

Permalink
add missing $idiom attribute (#464)
Browse files Browse the repository at this point in the history
Fixes: #463
  • Loading branch information
tenzap authored Apr 7, 2022
1 parent 376911a commit 3e413d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/core/MY_Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class MY_Lang extends MX_Lang {
// Default to 'en'
public $locale = 'en';

private $idiom = '';

private $jquery_datepicker_regional;

public static $idiom_to_locale = [
Expand Down

0 comments on commit 3e413d2

Please sign in to comment.