rabin 7 gadi atpakaļ
vecāks
revīzija
a5c571854c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tm/lib/Controller/EventsController.class.php

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

@@ -79,6 +79,7 @@ class EventsController extends Controller {
 	 */
 	public function getLoginUrl($thisUrl) {
 		
+		return '';
 		// 1.拼接一个 referer 地址 
 		$cookieInfo = html_entity_decode ( Cookie::get ( $this->userCookieName ) );
 		$cookieInfo = json_decode ( $cookieInfo, true );