Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-22054 improving blocks management UI and removing debug message because the block...
[moodle.git]
/
lib
/
blocklib.php
diff --git
a/lib/blocklib.php
b/lib/blocklib.php
index
1977027
..
41a1498
100644
(file)
--- a/
lib/blocklib.php
+++ b/
lib/blocklib.php
@@
-1369,7
+1369,7
@@
function block_load_class($blockname) {
require_once($CFG->dirroot.'/blocks/moodleblock.class.php');
include_once($blockpath);
}else{
require_once($CFG->dirroot.'/blocks/moodleblock.class.php');
include_once($blockpath);
}else{
- debugging("$blockname code does not exist in $blockpath", DEBUG_DEVELOPER);
+
//
debugging("$blockname code does not exist in $blockpath", DEBUG_DEVELOPER);
return false;
}
return false;
}