fixed array warning when editting blocks

This commit is contained in:
skodak
2006-05-29 06:03:17 +00:00
parent 5d4353a158
commit 4878c5a6d2
+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();
}
}