From 035cacc534322d1e72c2f299b93f9436e82d718a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 8 Jul 2019 14:22:53 +0200 Subject: [PATCH] #2868 --- src/Translate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Translate.php b/src/Translate.php index ed27c8a..414c163 100644 --- a/src/Translate.php +++ b/src/Translate.php @@ -97,9 +97,9 @@ class Translate return $this->_toTranslate; } - public static function saveTranslations($data, $path, $varname = '$translations') + public static function saveTranslations($data, $path) { - $phpCode = '