MDL-19955 fixed bogus & that was preventing function call in PHP5.3 when adding blocks, already fixed in HEAD
This commit is contained in:
@@ -783,7 +783,7 @@ class block_base {
|
||||
* @return boolean
|
||||
* @todo finish documenting this function
|
||||
*/
|
||||
function user_can_addto(&$page) {
|
||||
function user_can_addto($page) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user