Skip to content

Commit 349adb2

Browse files
committed
Minor - format code
1 parent e320207 commit 349adb2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app/courses/proxy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/* For licensing terms, see /license.txt */
34

45
/**

main/inc/lib/display.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/* For licensing terms, see /license.txt */
34

45
use Chamilo\CoreBundle\Component\Utils\ChamiloApi;

main/inc/lib/fileUpload.lib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,6 @@ function unzip_uploaded_file($uploaded_file, $upload_path, $base_work_dir, $max_
10951095
error_log('Could not create directory '.$base_work_dir.$upload_path.' to unzip files');
10961096
}
10971097
chdir($save_dir); // Back to previous dir position
1098-
10991098
}
11001099

11011100
return true;

0 commit comments

Comments
 (0)