From a51518e25b72155076f530ff1a3d5d3443ee6586 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 2 Jan 2017 11:34:06 +0100 Subject: [PATCH] Fix method call. --- i18n-module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n-module.php b/i18n-module.php index af3f98b..d19ab9c 100644 --- a/i18n-module.php +++ b/i18n-module.php @@ -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; }