Completed
Push — master ( 697960...dd5cc7 )
by Morris
04:40 queued 02:19
created
lib/Service/ConfigService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.