diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-18 08:10:58 +0000 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-18 08:10:58 +0000 | 
| commit | 9380e306f4e40da8f6d9a4e9cbe7231b7738ed60 (patch) | |
| tree | b888105ae1c8ce49af9313a0d42b7a4cfb7cded6 /installer/install.php | |
| parent | f0e3a220d931d3e2684d8142cf61287df646d8d5 (diff) | |
Add a new line charater to the error message when the installer is
being run a 2nd time after the a successful installation.
Diffstat (limited to 'installer/install.php')
| -rw-r--r-- | installer/install.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/installer/install.php b/installer/install.php index 9aede59c..c33dff49 100644 --- a/installer/install.php +++ b/installer/install.php @@ -48,7 +48,7 @@ if (PHP_SAPI != "cli") {  }  if (file_exists("var/installed")) { -  die("Gallery3 is already installed... exiting"); +  die("Gallery3 is already installed... exiting\n");  }  array_shift($argv);          // remove the script name from the arguments | 
