From c08da78bba4747dff960e31dda2be46aae6b30e8 Mon Sep 17 00:00:00 2001 From: Anton Timmermans Date: Thu, 2 Feb 2017 12:32:53 +0100 Subject: [PATCH] Capitalize to prevent fatal error --- src/i18n-module-wordpressorg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n-module-wordpressorg.php b/src/i18n-module-wordpressorg.php index 06ac808..d0bfeb1 100644 --- a/src/i18n-module-wordpressorg.php +++ b/src/i18n-module-wordpressorg.php @@ -20,7 +20,7 @@ class Yoast_I18n_WordPressOrg_v2 { public function __construct( $args ) { $args = $this->set_defaults( $args ); - $this->i18n = new yoast_i18n_v2( $args ); + $this->i18n = new Yoast_I18n_v2( $args ); $this->set_api_url( $args['textdomain'] ); }