aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/CinisisDb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/CinisisDb.php b/classes/CinisisDb.php
index 63416b6..5d58685 100644
--- a/classes/CinisisDb.php
+++ b/classes/CinisisDb.php
@@ -34,7 +34,7 @@ class CinisisDb {
// Check database schema.
$schema = $this->parse($this->file($config['database'] .'.yaml', 'schemas'), $this->implementation);
} catch (Exception $e) {
- echo __CLASS__ .' caught exception: ', $e->getMessage(), "\n";
+ echo __CLASS__ .' caught exception: ', $e->getMessage(), "\n";
return FALSE;
}