Completed
Push — master ( 1c7fde...850e60 )
by Nazar
04:11
created
components/modules/Blogs/admin/Controller.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -173,8 +173,7 @@  discard block
 block discarded – undo
173 173
 					).
174 174
 					h::label($L->section_title).
175 175
 					h::{'input[is=cs-input-text][name=title]'}().
176
-					($Config->core['simple_admin_mode'] ? false :
177
-						h::{'label info'}('blogs_section_path').
176
+					($Config->core['simple_admin_mode'] ? false : h::{'label info'}('blogs_section_path').
178 177
 						h::{'input[is=cs-input-text][name=path]'}()
179 178
 					).
180 179
 					h::p(
@@ -284,8 +283,7 @@  discard block
 block discarded – undo
284 283
 							'value' => $section['title']
285 284
 						]
286 285
 					).
287
-					($Config->core['simple_admin_mode'] ? false :
288
-						h::{'label info'}('blogs_section_path').
286
+					($Config->core['simple_admin_mode'] ? false : h::{'label info'}('blogs_section_path').
289 287
 						h::{'input[is=cs-input-text][name=path]'}(
290 288
 							[
291 289
 								'value' => $section['path']
Please login to merge, or discard this patch.