uhh, yeah, my fix doesn’t actually solve the problem because GA_Admin isn’t defined until you hit the admin page (even the login page).
Probably better to wrap the statement on line 1517 with an is_object() if statement.
if (is_object($ga_admin)) {
$ga_admin->setDefaults();
}