소스 검색

stackoverflow told me to

Brendan Abolivier 8 년 전
부모
커밋
fd7b7bbd3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      auth.php

+ 1
- 1
auth.php 파일 보기

@@ -68,7 +68,7 @@ class auth_plugin_macaroons extends auth_plugin_base {
68 68
 				if($v->verify($m, "pocsecret")) {
69 69
 					$name = explode(";", $m->getIdentifier());
70 70
 					$username = join("", $name);
71
-					$user = authenticate_user_login($username, sesskey());
71
+					$user = authenticate_user_login($username, null);
72 72
 
73 73
 
74 74
 					if($user) {