Completed
Push — 1.11.x ( c5cfcc...1cf9be )
by José
46:45 queued 17:54
created
main/admin/user_list.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -806,7 +806,7 @@
 block discarded – undo
806 806
 $actionsRight  = '';
807 807
 if (api_is_platform_admin()) {
808 808
     $actionsRight .= '<a class="pull-right" href="'.api_get_path(WEB_CODE_PATH).'admin/user_add.php">'.
809
-         Display::return_icon('new_user.png', get_lang('AddUsers'), '', ICON_SIZE_MEDIUM).'</a>';
809
+            Display::return_icon('new_user.png', get_lang('AddUsers'), '', ICON_SIZE_MEDIUM).'</a>';
810 810
 }
811 811
 
812 812
 $actionsLeft .= $form->returnForm();
Please login to merge, or discard this patch.
main/lp/lp_impress.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     api_get_group_id()
38 38
 );
39 39
 if (!api_is_allowed_to_edit(null, true) && intval($visibility) == 0) {
40
-     api_not_allowed();
40
+        api_not_allowed();
41 41
 }
42 42
 /** @var learnpath $lp */
43 43
 $lp = Session::read('oLP');
Please login to merge, or discard this patch.