Skip to content

Commit

Permalink
2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Apr 15, 2021
1 parent 4d5ed28 commit 0d2bc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/appfront/modules/Customer/controllers/TestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getOrigin()
{
$filePath = Yii::getAlias('@fecshop/app/appserver/languages/zh-CN/appserver.php');
$config = require('/www/web/demo/fecwbbc/addons/fecmall/fecwbbc/app/apphtml5/languages/zh-CN/apphtml5.php');
$config = require('/www/web/demo/fecwbbc/addons/fecmall/fecwbbc/app/appfront/languages/zh-CN/appfront.php');
return $config;
}
Expand Down Expand Up @@ -98,7 +98,6 @@ public function echoArr($arr)
protected function getArr1()
{
$str = "
";
$arr = explode(PHP_EOL, $str);
$arr1 = [];
Expand Down Expand Up @@ -139,11 +138,11 @@ function downFile($url,$path){
*/






}
2 changes: 1 addition & 1 deletion services/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Helper extends Service
*/
public function getVersion()
{
return '2.13.0';
return '2.13.1';
}

/**
Expand Down

0 comments on commit 0d2bc5c

Please sign in to comment.