Authored by hf

fixes bug to email back url

{
"name": "yohobuy",
"version": "1.1.2",
"version": "1.1.4",
"description": "yohobuy statics",
"keywords": [],
"homepage": "",
... ...
... ... @@ -113,7 +113,7 @@ class OptController extends AbstractAction
}
/* 检查用户是否登录 */
$uid = $this->getUid();
$uid = $this->getUid();
if (!$uid) {
$uid = $this->getSession('uid');
}
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.1.2"
application.version = "1.1.4"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.1.2"
application.version = "1.1.4"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.1.2"
application.version = "1.1.4"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.1.2"
application.version = "1.1.4"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货"
... ...