From 2ff0fe000ad08c8edac833715dfdc2f81f6c438e Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Fri, 13 Oct 2017 08:59:42 +0200 Subject: [PATCH] * [FIX] Closes #751. Fixed Polish language files. Thanks to @osiu97 for the feedback. --- inc/SP/Util/Util.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/SP/Util/Util.class.php b/inc/SP/Util/Util.class.php index a4a9259da..e57b0db81 100644 --- a/inc/SP/Util/Util.class.php +++ b/inc/SP/Util/Util.class.php @@ -386,7 +386,7 @@ public static function getAppInfo($index = null) */ public static function getVersion($retBuild = false, $normalized = false) { - $build = 17091804; + $build = 17101301; $version = [2, 1, 15]; if ($normalized === true) {