Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ class AbstractAction extends Controller_Abstract | @@ -69,7 +69,7 @@ class AbstractAction extends Controller_Abstract | ||
69 | case 'develop': // 开发 | 69 | case 'develop': // 开发 |
70 | default: | 70 | default: |
71 | $this->_view->assign('devEnv', true); | 71 | $this->_view->assign('devEnv', true); |
72 | - $this->_useSession = true; | 72 | + $this->_useSession = false; |
73 | break; | 73 | break; |
74 | } | 74 | } |
75 | } | 75 | } |
-
Please register or login to post a comment