From 03b800613a2a5496d1ed2d04dc3c5cabc0904d57 Mon Sep 17 00:00:00 2001 From: aliaxander Date: Fri, 19 Feb 2016 18:55:09 +0300 Subject: [PATCH] test --- PHPCI/Helper/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Helper/Lang.php b/PHPCI/Helper/Lang.php index cca013ac..3771db86 100644 --- a/PHPCI/Helper/Lang.php +++ b/PHPCI/Helper/Lang.php @@ -37,7 +37,7 @@ class Lang return call_user_func_array('sprintf', $vars); } - return '%% ' . $string . ' %%'; + return $string; } /**