@@ -79,7 +79,7 @@ |
||
79 | 79 | 'count' => $row['total'], |
80 | 80 | 'url' => $this->helper->route($route_name, $route_params + array( |
81 | 81 | 'filter_type' => 'archive', |
82 | - 'filter_value' => $row['year'] . '-' . $row['month'], |
|
82 | + 'filter_value' => $row['year'].'-'.$row['month'], |
|
83 | 83 | )), |
84 | 84 | ); |
85 | 85 | } |
@@ -106,8 +106,7 @@ |
||
106 | 106 | 'route_name' => 'blitze_content_index', |
107 | 107 | 'route_params' => array('type' => $this->content_types->get_forum_type($settings['forum_id'])), |
108 | 108 | ); |
109 | - } |
|
110 | - else |
|
109 | + } else |
|
111 | 110 | { |
112 | 111 | return array( |
113 | 112 | 'forum_ids' => array_keys($this->content_types->get_forum_types()), |