mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
Fixed typo ... bug 2124
This commit is contained in:
parent
6195e04a9d
commit
ccc62c6e42
@ -726,7 +726,7 @@ function upgrade_blocks_plugins($continueto) {
|
||||
|
||||
if ( @is_dir($fullblock .'/db/')) {
|
||||
if ( @is_readable($fullblock .'/db/'. $CFG->dbtype .'.php')) {
|
||||
include_once($fullblock .'/db'. /$CFG->dbtype .'.php'); // defines upgrading function
|
||||
include_once($fullblock .'/db'. $CFG->dbtype .'.php'); // defines upgrading function
|
||||
} else {
|
||||
$notices[] ='Block '. $blockname .': '. $fullblock .'/db/'. $CFG->dbtype .'.php was not readable';
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user