@@ -97,7 +97,7 @@ |
||
97 | 97 | if( isset($this->account->scope) && |
98 | 98 | ($this->account->scope == 'anonymous' || $this->account->scope == 'public') |
99 | 99 | ) { |
100 | - $this->scope = $this->account->scope; |
|
100 | + $this->scope = $this->account->scope; |
|
101 | 101 | } |
102 | 102 | |
103 | 103 | return $this; |