fixes bug to email back url
Showing
6 changed files
with
6 additions
and
6 deletions
@@ -113,7 +113,7 @@ class OptController extends AbstractAction | @@ -113,7 +113,7 @@ class OptController extends AbstractAction | ||
113 | } | 113 | } |
114 | 114 | ||
115 | /* 检查用户是否登录 */ | 115 | /* 检查用户是否登录 */ |
116 | - $uid = $this->getUid(); | 116 | + $uid = $this->getUid(); |
117 | if (!$uid) { | 117 | if (!$uid) { |
118 | $uid = $this->getSession('uid'); | 118 | $uid = $this->getSession('uid'); |
119 | } | 119 | } |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.1.2" | 53 | +application.version = "1.1.4" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.1.2" | 53 | +application.version = "1.1.4" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.1.2" | 53 | +application.version = "1.1.4" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.1.2" | 53 | +application.version = "1.1.4" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
-
Please register or login to post a comment