Skip to content

Fix dbhandler.DB access

Ghost User requested to merge fix/db into dev

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).

Merge request reports