dever 4 роки тому
батько
коміт
9ebfd9e594
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/Client.php

+ 1 - 1
lib/Client.php

@@ -167,7 +167,7 @@ class Client extends Base
 	{
 		$info = $this->info();
 		if ($info) {
-			return $this->location(true);
+			return $this->location($info);
 		}
 		$id = Dever::id();
 		$this->session->add($this->prefix . 'oauth_id', $id);