FIxed a notice

This commit is contained in:
moodler 2005-03-04 02:22:49 +00:00
parent 2efa8aa397
commit 976526f8f0

View file

@ -73,6 +73,7 @@ class block_login extends block_base {
// And keep the self test happy by
// passing empty string!
}
$this->content->footer = '';
return $this->content;
}
}