Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Fix method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 2, 2017
1 parent 406da35 commit a51518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function __construct( $args ) {
return;
}

$this->locale = get_admin_locale();
$this->locale = $this->get_admin_locale();
if ( 'en_US' === $this->locale ) {
return;
}
Expand Down

0 comments on commit a51518e

Please sign in to comment.