fixed array warning when editting blocks; merged from MOODLE_16_STABLE

This commit is contained in:
skodak
2006-05-29 06:04:13 +00:00
parent 9b02b5342a
commit e7056effbc
+2
View File
@@ -60,6 +60,8 @@ class page_my_moodle extends page_base {
function url_get_parameters() {
if (defined('ADMIN_STICKYBLOCKS')) {
return array('pt' => ADMIN_STICKYBLOCKS);
} else {
return array();
}
}