mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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
|
@ -786,7 +786,7 @@ function upgrade_plugins_blocks($startcallback, $endcallback, $verbose) {
|
|||
require_once($fullblock.'/db/install.php');
|
||||
// Set installation running flag, we need to recover after exception or error
|
||||
set_config('installrunning', 1, 'block_'.$blockname);
|
||||
$post_install_function = 'xmldb_block_'.$blockname.'_install';;
|
||||
$post_install_function = 'xmldb_block_'.$blockname.'_install';
|
||||
$post_install_function();
|
||||
unset_config('installrunning', 'block_'.$blockname);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue