@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | private function clean_styles() |
104 | 104 | { |
105 | 105 | $routes_ary = array_keys($this->manager->get_routes('style')); |
106 | - $style_ids = $this->get_style_ids(); |
|
106 | + $style_ids = $this->get_style_ids(); |
|
107 | 107 | $col_widths = (array) json_decode($this->config['sitemaker_column_widths'], true); |
108 | 108 | |
109 | 109 | foreach ($routes_ary as $style_id) |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | private function clean_routes() |
133 | 133 | { |
134 | 134 | $board_url = generate_board_url(); |
135 | - $routes = $this->manager->get_routes('route'); |
|
135 | + $routes = $this->manager->get_routes('route'); |
|
136 | 136 | |
137 | 137 | foreach ($routes as $route => $row) |
138 | 138 | { |