diff options
author | dipsol <martin@diphoorn.com> | 2011-09-14 14:20:10 +0200 |
---|---|---|
committer | dipsol <martin@diphoorn.com> | 2011-09-14 14:20:10 +0200 |
commit | a58709947b952c479ae6e18e7553dfc699469f43 (patch) | |
tree | 6622ddb0d4569d1b8d627ef5bb92d83cde884fd0 /lib/install.php | |
parent | fe21acc1a15bd2c87e94daa9461072a704a3b05b (diff) | |
download | ampache-a58709947b952c479ae6e18e7553dfc699469f43.tar.gz ampache-a58709947b952c479ae6e18e7553dfc699469f43.tar.bz2 ampache-a58709947b952c479ae6e18e7553dfc699469f43.zip |
FS#187 added missing :
Diffstat (limited to 'lib/install.php')
-rw-r--r-- | lib/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install.php b/lib/install.php index f7de3a98..6e88e62f 100644 --- a/lib/install.php +++ b/lib/install.php @@ -270,7 +270,7 @@ function install_create_config($web_path,$username,$password,$hostname,$database // Make sure the directory is writable OR the empty config file is if (!$download) { if (!check_config_writable()) { - Error:add('general',"Config file is not writable"); + Error::add('general',"Config file is not writable"); return false; } else { |