Completed
Push — 1.10.x ( dcb277...ac227c )
by Angel Fernando Quiroz
74:43 queued 33:07
created
main/admin/access_url_edit_usergroup_to_url.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 function send() {
57 57
 	if (document.formulaire.access_url_id.value!=0) {
58 58
 		document.formulaire.form_sent.value=0;
59
-		document.formulaire.add_type.value=\'' . $add_type . '\';
59
+		document.formulaire.add_type.value=\'' . $add_type.'\';
60 60
 		document.formulaire.submit();
61 61
 	}
62 62
 }
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 echo '<div class="actions">';
103 103
 echo Display::url(
104 104
     Display::return_icon('view_more_stats.gif', get_lang('AddUserGroupToURL'), ''),
105
-    api_get_path(WEB_CODE_PATH) . 'admin/access_url_add_usergroup_to_url.php'
105
+    api_get_path(WEB_CODE_PATH).'admin/access_url_add_usergroup_to_url.php'
106 106
 );
107 107
 echo '</div>';
108 108
 
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
             <?php
141 141
             echo Display::toolbarButton(
142 142
                 get_lang('SessionAddTypeUnique'),
143
-                api_get_self() . '?' . http_build_query([
143
+                api_get_self().'?'.http_build_query([
144 144
                     'add_type' => 'unique',
145 145
                     'access_url_id' => $access_url_id
146 146
                 ]),
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
             );
151 151
             echo Display::toolbarButton(
152 152
                 get_lang('SessionAddTypeMultiple'),
153
-                api_get_self() . '?' . http_build_query([
153
+                api_get_self().'?'.http_build_query([
154 154
                     'add_type' => 'multiple',
155 155
                     'access_url_id' => $access_url_id
156 156
                 ]),
Please login to merge, or discard this patch.