Skip to content
Snippets Groups Projects
Commit 97511058 authored by Peter Rotich's avatar Peter Rotich
Browse files

spelling fix + remove debug

parent cff7586b
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) { ...@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) {
break; break;
case 'config': case 'config':
if(!$installer->config_exists()) if(!$installer->config_exists())
$errors['err']='Configuratin file does NOT exist. Follow steps below'.$installer->getConfigFile(); $errors['err']='Configuration file does NOT exist. Follow steps below to add one.';
elseif(!$installer->config_writable()) elseif(!$installer->config_writable())
$errors['err']='Write access required to continue'; $errors['err']='Write access required to continue';
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment