@@ -107,7 +107,7 @@ |
||
107 | 107 | if (isset($this->account->scope) && |
108 | 108 | ($this->account->scope == 'anonymous' || $this->account->scope == 'public') |
109 | 109 | ) { |
110 | - $this->scope = $this->account->scope; |
|
110 | + $this->scope = $this->account->scope; |
|
111 | 111 | } |
112 | 112 | |
113 | 113 | return $this; |