fixed PHP notice

This commit is contained in:
Roland Gruber 2010-12-19 13:34:58 +00:00
parent 4227b01756
commit 3c6a1692ce
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ abstract class baseModule {
*/
public function check_profileOptions($options) {
$messages = array();
if (is_array($this->meta['profile_checks'])) {
if (isset($this->meta['profile_checks'])) {
$identifiers = array_keys($this->meta['profile_checks']);
for ($i = 0; $i < sizeof($identifiers); $i++) {
// empty input