File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function mas_get_no_avatar_img()
9999 public function mas_get_config_avatar ($ config_key = false )
100100 {
101101 // Check if Avatar is Enabled.
102- return (bool ) ($ this ->config ['allow_avatar ' ] && $ this ->config ['dark1_mas_avatar ' ] && ($ config_key !== false ) ? $ this ->config [$ config_key ] : true );
102+ return (bool ) ($ this ->config ['allow_avatar ' ] && $ this ->config ['dark1_mas_avatar ' ] && ($ config_key !== false ? $ this ->config [$ config_key ] : true ) );
103103 }
104104
105105
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function __construct(auth $auth, config $config)
5858 public function mas_get_config_online ($ config_key = false )
5959 {
6060 // Check if Online is Enabled.
61- return (bool ) ($ this ->config ['load_onlinetrack ' ] && $ this ->config ['dark1_mas_online ' ] && ($ config_key !== false ) ? $ this ->config [$ config_key ] : true );
61+ return (bool ) ($ this ->config ['load_onlinetrack ' ] && $ this ->config ['dark1_mas_online ' ] && ($ config_key !== false ? $ this ->config [$ config_key ] : true ) );
6262 }
6363
6464
You can’t perform that action at this time.
0 commit comments