From c39bca0278fa26107c090131243b1287340759a5 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 10 Apr 2023 19:40:32 -0700 Subject: [PATCH] places: fix error message Signed-off-by: Varun Patil --- lib/Service/Places.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/Places.php b/lib/Service/Places.php index 5b8dc431..a097f39d 100644 --- a/lib/Service/Places.php +++ b/lib/Service/Places.php @@ -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