Completed
Push — master ( 809534...13fbec )
by Craig
06:39
created
src/system/ThemeModule/Helper/BundleSyncHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,8 +175,7 @@
 block discarded – undo
175 175
                     || ($themeinfo['user'] != $dbthemes[$name]['user'])
176 176
                     || ($themeinfo['system'] != $dbthemes[$name]['system'])
177 177
                     || ($themeinfo['contact'] != $dbthemes[$name]['contact'])
178
-                    || ($themeinfo['xhtml'] != $dbthemes[$name]['xhtml']))
179
-                {
178
+                    || ($themeinfo['xhtml'] != $dbthemes[$name]['xhtml'])) {
180 179
                     $themeinfo['id'] = $dbthemes[$name]['id'];
181 180
                     // update item
182 181
                     /** @var $item ThemeEntity */
Please login to merge, or discard this patch.