Completed
Push — feature/6.x ( 5f23eb...e064bf )
by Schlaefer
03:44
created
src/Model/Table/UsersTable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         $this->addBehavior(
78 78
             'Proffer.Proffer',
79 79
             [
80
-                'avatar' => [ // The name of your upload field (filename)
80
+                'avatar' => [// The name of your upload field (filename)
81 81
                     'root' => $avatarRootDir,
82 82
                     'dir' => 'avatar_dir', // field for upload directory
83 83
                     'thumbnailSizes' => [
Please login to merge, or discard this patch.
src/Controller/Component/TitleComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         $page = $this->getPageTitle($controller);
40 40
         $title = $this->getTitleForLayout($controller, $page, $forum);
41
-        $controller->set(['titleForLayout' => $title, 'titleForPage' => $page ]);
41
+        $controller->set(['titleForLayout' => $title, 'titleForPage' => $page]);
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.
plugins/Admin/templates/Smilies/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                     $codes = '';
59 59
                 }
60 60
                 ?>
61
-                <tr<?php echo $class;?>>
61
+                <tr<?php echo $class; ?>>
62 62
                     <td><?php echo $smiley->get('id'); ?>&nbsp;</td>
63 63
                     <td><code style="font-size: 0.85em;"><?= $codes ?></code></td>
64 64
                     <td><?php echo $smiley->get('sort'); ?>&nbsp;</td>
Please login to merge, or discard this patch.
plugins/Admin/templates/SmileyCodes/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
                 $class = ' class="altrow"';
27 27
             }
28 28
             ?>
29
-            <tr<?php echo $class;?>>
29
+            <tr<?php echo $class; ?>>
30 30
                 <td><?php echo $smileyCode->get('id'); ?>&nbsp;</td>
31 31
                 <td>
32 32
                     <?php
Please login to merge, or discard this patch.