Database prefix is not prefixed with primary account name - causes collisions

With the 'Prefix for additional databases' set to '${PREFIX}_' this is causing collisions of database names with different virtual servers.

For example, if I create a virtual server for 'foobar.example.com' the prefix will be 'foobar_' (which is correct). However, if I then create 'foobar.testing.com' the prefix will *also* be 'foobar_' which causes a collisions, as the database will that prefix would already exist.

It seems the prefix is not being prefixed with the overall account name.

Status: 
Closed (fixed)