From 8c466c71df2edab4908f6fa8ca3115422cc80067 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Oct 2007 06:52:36 +0000 Subject: [PATCH] iUpdated setup error msg git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7542 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/setup.php b/html/setup.php index e37452c06..d681cacf0 100644 --- a/html/setup.php +++ b/html/setup.php @@ -74,8 +74,8 @@ $smarty->compile_dir= '/var/spool/gosa/'; /* Check for compile directory */ if (!(is_dir($smarty->compile_dir) && is_writable($smarty->compile_dir))){ - echo sprintf(_("Directory '%s' specified as compile directory is not accessible!"), - $smarty->compile_dir); + msg_dialog::display(_("Smarty"),sprintf(_("Directory '%s' specified as compile directory is not accessible!"), + $smarty->compile_dir),FATAL_ERROR_DIALOG); exit(); } -- 2.30.2