mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -5879,7 +5879,7 @@ function get_file_browser() {
|
|||
function get_file_packer($mimetype='application/zip') {
|
||||
global $CFG;
|
||||
|
||||
static $fp = array();;
|
||||
static $fp = array();
|
||||
|
||||
if (isset($fp[$mimetype])) {
|
||||
return $fp[$mimetype];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue