Completed
Push — master ( 33ff01...f0f3ac )
by Sarah
04:40 queued 02:23
created
views/admin/module/listPurchases.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
             <div class="col-md-6">
17 17
                 <div class="form-group form-group-search">
18 18
                     <?php echo Html::textInput("licenceKey", $licenceKey, array("class" => "form-control form-search", "placeholder" => Yii::t('AdminModule.base', 'Add purchased module by licence key'))); ?>
19
-                    <?php echo Html::submitButton(Yii::t('AdminModule.module_listOnline', 'Register'), array('class' => 'btn btn-default btn-sm form-button-search' , 'data-ui-loader' => "")); ?>
19
+                    <?php echo Html::submitButton(Yii::t('AdminModule.module_listOnline', 'Register'), array('class' => 'btn btn-default btn-sm form-button-search', 'data-ui-loader' => "")); ?>
20 20
                 </div>
21 21
                 <?php if ($message != ""): ?>
22 22
                     <div style="color:<?php echo ($hasError) ? 'red' : 'green'; ?>"><?= Html::encode($message); ?></div>
Please login to merge, or discard this patch.
views/friendship/manage/requests.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
21 21
                 'header' => 'Actions',
22 22
                 'class' => 'yii\grid\ActionColumn',
23 23
                 'buttons' => [
24
-                    'update' => function ($url, $model) {
24
+                    'update' => function($url, $model) {
25 25
                         return Html::a('Accept', ['/friendship/request/add', 'userId' => $model->id], ['class' => 'btn btn-success btn-sm', 'data-method' => 'POST']);
26 26
                     },
27
-                            'view' => function () {
27
+                            'view' => function() {
28 28
                         return;
29 29
                     },
30 30
                             'delete' => function($url, $model) {
Please login to merge, or discard this patch.
views/friendship/manage/sent-requests.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
                 'header' => 'Actions',
23 23
                 'class' => 'yii\grid\ActionColumn',
24 24
                 'buttons' => [
25
-                    'update' => function () {
25
+                    'update' => function() {
26 26
                         return;
27 27
                     },
28
-                    'view' => function () {
28
+                    'view' => function() {
29 29
                         return;
30 30
                     },
31 31
                     'delete' => function($url, $model) {
Please login to merge, or discard this patch.
img/dynamic.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1
-<?php return array (
1
+<?php return array(
2 2
   'components' => 
3
-  array (
3
+  array(
4 4
     'db' => 
5
-    array (
5
+    array(
6 6
       'class' => 'yii\\db\\Connection',
7 7
       'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
8 8
       'username' => 'root',
@@ -10,38 +10,38 @@  discard block
 block discarded – undo
10 10
       'charset' => 'utf8',
11 11
     ),
12 12
     'user' => 
13
-    array (
13
+    array(
14 14
     ),
15 15
     'mailer' => 
16
-    array (
16
+    array(
17 17
       'transport' => 
18
-      array (
18
+      array(
19 19
         'class' => 'Swift_MailTransport',
20 20
       ),
21 21
     ),
22 22
     'view' => 
23
-    array (
23
+    array(
24 24
       'theme' => 
25
-      array (
25
+      array(
26 26
         'name' => 'HumHub',
27 27
       ),
28 28
     ),
29 29
     'formatter' => 
30
-    array (
30
+    array(
31 31
       'defaultTimeZone' => 'Europe/Berlin',
32 32
     ),
33 33
     'formatterApp' => 
34
-    array (
34
+    array(
35 35
       'defaultTimeZone' => 'Europe/Berlin',
36 36
       'timeZone' => 'Europe/Berlin',
37 37
     ),
38 38
   ),
39 39
   'params' => 
40
-  array (
40
+  array(
41 41
     'installer' => 
42
-    array (
42
+    array(
43 43
       'db' => 
44
-      array (
44
+      array(
45 45
         'installer_hostname' => '127.0.0.1',
46 46
         'installer_database' => 'installer',
47 47
       ),
Please login to merge, or discard this patch.
views/friendship/manage/list.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
                 'header' => 'Actions',
23 23
                 'class' => 'yii\grid\ActionColumn',
24 24
                 'buttons' => [
25
-                    'update' => function () {
25
+                    'update' => function() {
26 26
                         return;
27 27
                     },
28
-                    'view' => function () {
28
+                    'view' => function() {
29 29
                         return;
30 30
                     },
31 31
                     'delete' => function($url, $model) {
Please login to merge, or discard this patch.