Showing
1 changed file
with
1 additions
and
1 deletions
@@ -751,7 +751,7 @@ class Yohobuy | @@ -751,7 +751,7 @@ class Yohobuy | ||
751 | } | 751 | } |
752 | 752 | ||
753 | //未登录情况下 | 753 | //未登录情况下 |
754 | - if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy'] && | 754 | + if (empty($uid) && empty($ips) && !empty($interfaceShunt['strategy']) && |
755 | !empty($interfaceShunt['strategy']['notLogin'])) { | 755 | !empty($interfaceShunt['strategy']['notLogin'])) { |
756 | $ips = $interfaceShunt[$interfaceShunt['strategy']['notLogin']]; | 756 | $ips = $interfaceShunt[$interfaceShunt['strategy']['notLogin']]; |
757 | } | 757 | } |
-
Please register or login to post a comment