|
@@ -79,6 +79,7 @@ class EventsController extends Controller {
|
|
*/
|
|
*/
|
|
public function getLoginUrl($thisUrl) {
|
|
public function getLoginUrl($thisUrl) {
|
|
|
|
|
|
|
|
+ return '';
|
|
|
|
|
|
$cookieInfo = html_entity_decode ( Cookie::get ( $this->userCookieName ) );
|
|
$cookieInfo = html_entity_decode ( Cookie::get ( $this->userCookieName ) );
|
|
$cookieInfo = json_decode ( $cookieInfo, true );
|
|
$cookieInfo = json_decode ( $cookieInfo, true );
|