Test Setup Failed
Pull Request — master (#84)
by
unknown
36:31 queued 27s
created
src/views/admin-cms-content-element/_form.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@
 block discarded – undo
31 31
         <div class="row">
32 32
             <div class="col-md-12">
33 33
                 <div class="pull-left">
34
-                    <a href='<?=$treeModel->url;?>' target='_blank'><?=$treeModel->name;?></a>
34
+                    <a href='<?=$treeModel->url; ?>' target='_blank'><?=$treeModel->name; ?></a>
35 35
                     /
36
-                    <a href='<?=$model->url;?>' target='_blank'><?=$model->name;?></a>
36
+                    <a href='<?=$model->url; ?>' target='_blank'><?=$model->name; ?></a>
37 37
                 </div>
38 38
 
39 39
             </div>
Please login to merge, or discard this patch.
src/models/Tree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -320,7 +320,7 @@
 block discarded – undo
320 320
             [['name_hidden'], 'string'],
321 321
             [['priority', 'tree_type_id', 'redirect_tree_id', 'redirect_code'], 'integer'],
322 322
             [['code'], 'string', 'max' => 64],
323
-            [['name','name_full'], 'string', 'max' => 255],
323
+            [['name', 'name_full'], 'string', 'max' => 255],
324 324
             [['meta_title', 'meta_description', 'meta_keywords'], 'string'],
325 325
             [['meta_title'], 'string', 'max' => 500],
326 326
             [['cms_site_id'], 'integer'],
Please login to merge, or discard this patch.