Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ class IndexModel | @@ -17,7 +17,7 @@ class IndexModel | ||
17 | { | 17 | { |
18 | public static function getChannel(){ | 18 | public static function getChannel(){ |
19 | $result = array(); | 19 | $result = array(); |
20 | - $result['showYohood'] = true; | 20 | + $result['showYohood'] = false; |
21 | 21 | ||
22 | $data = IndexData::channelData(); | 22 | $data = IndexData::channelData(); |
23 | 23 |
-
Please register or login to post a comment