Fix dbhandler.DB access
Fixes an issue fred noted. Might break all pending merge requests though, from now an we always use dbhandler.Get() instead of the dbhandler.DB variable directly (which is now private).
Fixes an issue fred noted. Might break all pending merge requests though, from now an we always use dbhandler.Get() instead of the dbhandler.DB variable directly (which is now private).