@@ -73,7 +73,7 @@ |
||
73 | 73 | */ |
74 | 74 | public function isCircleAllowed($type) { |
75 | 75 | if ($this->allowedCircle === -1) { |
76 | - $this->allowedCircle = (int) $this->getAppValue(self::CIRCLES_ALLOW_CIRCLES); |
|
76 | + $this->allowedCircle = (int)$this->getAppValue(self::CIRCLES_ALLOW_CIRCLES); |
|
77 | 77 | } |
78 | 78 | |
79 | 79 | return ((int)$type & (int)$this->allowedCircle); |