From 1983acc20576d136a43b0efc317dd07d1c048536 Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Tue, 24 Apr 2007 23:16:11 +0200 Subject: Typo in default nice_die message darcs-hash:20070424211611-19e2d-ae76695e8114a064b5cebc2cad6fd55e7030e096.gz --- inc/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/init.php') diff --git a/inc/init.php b/inc/init.php index cd9da2843..8e77d7ae0 100644 --- a/inc/init.php +++ b/inc/init.php @@ -141,7 +141,7 @@ function init_paths(){ foreach($paths as $c => $p){ if(empty($conf[$c])) $conf[$c] = $conf['savedir'].'/'.$p; $conf[$c] = init_path($conf[$c]); - if(empty($conf[$c])) nice_die("The $c ('$p') does not exist, isn't accessable or writable. + if(empty($conf[$c])) nice_die("The $c ('$p') does not exist, isn't accessible or writable. You should check your config and permission settings. Or maybe you want to run the installer?"); -- cgit v1.2.3