Completed
Push — develop ( 843010...da46c8 )
by Daniel
07:37
created
controller/main_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,8 +132,7 @@
 block discarded – undo
132 132
 		{
133 133
 			$this->update_views($topic_id, $update_count);
134 134
 			$template_file = $view_handler->get_detail_template();
135
-		}
136
-		else
135
+		} else
137 136
 		{
138 137
 			$template_file = 'views/print.html';
139 138
 			$this->template->assign_var('TOPIC_URL', generate_board_url(true) . $topic_data['topic_url']);
Please login to merge, or discard this patch.