dever hace 7 años
padre
commit
d4095dd064
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tm/lib/Controller/EventsController.class.php

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

@@ -116,8 +116,8 @@ class EventsController extends Controller {
 			if (!$userData['nickname']) {
 				$userData['nickname'] = '福利社网友';
 			}
-			$this->setOutput('userSourceInfo', $userData);
 		}
+		$this->setOutput('userSourceInfo', $userData);
 
 		$info['end'] = 1; //未过期
 		if ($TIME > $info['end_time']) {