diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-20 00:51:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-20 00:51:15 +0000 |
commit | ff3fd544903062e390659e1f89bba9e30d1ee305 (patch) | |
tree | 4a6a902a274519fdae5bc5789d4b032d8f0d2951 /lib/install.php | |
parent | 5296a8d351f94a04d19791e4c9d3b73c5cb82ac6 (diff) | |
download | ampache-ff3fd544903062e390659e1f89bba9e30d1ee305.tar.gz ampache-ff3fd544903062e390659e1f89bba9e30d1ee305.tar.bz2 ampache-ff3fd544903062e390659e1f89bba9e30d1ee305.zip |
fixed the catalog creation, hopefully. added cleaning of shoutbox table to catalog clean fixed typo on install
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 816f97c3..d901e508 100644 --- a/lib/install.php +++ b/lib/install.php @@ -235,7 +235,7 @@ function install_create_account($username,$password,$password2) { } if ($password !== $password2) { - Error::add('general',_('Passwords do not match')) + Error::add('general',_('Passwords do not match')); return false; } |