$i = $i instanceof Auth_Login_Driver ? $i : static::instance($i);
if ( ! array_key_exists($i->get_id(), static::$_verified))
{
$i->check();
}

It looks like you're new here. If you want to get involved, click one of these buttons!