dever 7 years ago
parent
commit
2deecec330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tm/lib/Controller/EventsController.class.php

+ 1 - 1
tm/lib/Controller/EventsController.class.php

@@ -138,7 +138,7 @@ class EventsController extends Controller {
 		$authorize = $info['authorize'];
 		if ($authorize) {
 				if($ckLogin==true){
-					$info['login'] = 2;//需要登录
+					//$info['login'] = 2;//需要登录
 					//self::redirect($loginUrl);
 				}
 		}