From b0ba82acc4a39f405b4ca5d04b1bccc7d8d52474 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 7 Sep 2016 18:26:14 +0200 Subject: [PATCH] fix bugs for ui --- etc/dbs/ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dbs/ui.php b/etc/dbs/ui.php index a11a5d71..a698b6b7 100644 --- a/etc/dbs/ui.php +++ b/etc/dbs/ui.php @@ -2,7 +2,7 @@ $CONF['_ui'] = array( 'title' => 'Semantico UI', 'type' => 'sqlite', - 'host' => (file_exists('/opt/www/sem_ui/var/db/semantico.db') ? '/opt/www/sem_ui/var/db/semantico.db' : "$DIR_SQLITE/ui.db"), + 'host' => (file_exists('/opt/www/sem_ui/var/db/semantico.db') ? '/opt/www/sem_ui/var/db/semantico.db' : "$DIR_SQLITE/semantico.db"), 'default_table' => 'node', 'sql_replace' => function($sql) { -- 2.47.3