places: fix error message

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-04-10 19:40:32 -07:00
parent 6d26fadfe6
commit c39bca0278
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Places
// Make sure database prefix is set
$prefix = $this->config->getSystemValue('dbtableprefix', '') ?: '';
if ('' === $prefix) {
throw new \Exception('Database table prefix is not set. Cannot use database exceptions (dbtableprefix).');
throw new \Exception('Database table prefix is not set. Cannot use database extensions (dbtableprefix).');
}
// Detect database type