@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | protected function clean_styles() |
108 | 108 | { |
109 | 109 | $routes_ary = array_keys($this->manager->get_routes('style')); |
110 | - $style_ids = $this->get_style_ids(); |
|
110 | + $style_ids = $this->get_style_ids(); |
|
111 | 111 | $col_widths = (array) json_decode($this->config['sitemaker_column_widths'], true); |
112 | 112 | |
113 | 113 | foreach ($routes_ary as $style_id) |
@@ -136,7 +136,7 @@ discard block |
||
136 | 136 | protected function clean_routes() |
137 | 137 | { |
138 | 138 | $board_url = generate_board_url(); |
139 | - $routes = array_keys($this->manager->get_routes('route')); |
|
139 | + $routes = array_keys($this->manager->get_routes('route')); |
|
140 | 140 | $forumslist = (array) make_forum_select(false, false, true, false, false, false, true); |
141 | 141 | |
142 | 142 | foreach ($routes as $route) |