places: fix error message
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/563/head
parent
6d26fadfe6
commit
c39bca0278
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue