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