Return backup_config records as an object instead of an array.

This commit is contained in:
stronk7 2003-11-27 23:33:20 +00:00
parent de4746a8a2
commit 49b95c3068

View file

@ -21,7 +21,7 @@
$backup_config[$config->name] = $config->value;
}
}
return $backup_config;
return (object)$backup_config;
}
//Delete old data in backup tables (if exists)