rabin 7 vuotta sitten
vanhempi
commit
a5c571854c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 );