Passed
Push — master ( d15523...87e584 )
by Andreas
09:33
created
src/midcom/datamanager/extension/type/toolbarType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
                 $operation = $button->getConfig()->getOption('operation');
67 67
                 $storage = $view->parent->vars['value'];
68 68
 
69
-                if (   $operation == controller::SAVE
69
+                if ($operation == controller::SAVE
70 70
                     && $storage instanceof dbacontainer
71 71
                     && empty($storage->get_value()->id)) {
72 72
                     $label = 'create';
Please login to merge, or discard this patch.