MDL-19955 fixed bogus & that was preventing function call in PHP5.3 when adding blocks, already fixed in HEAD

This commit is contained in:
skodak
2009-08-13 08:14:31 +00:00
parent af8857f356
commit 087c82f2af
+1 -1
View File
@@ -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;
}