git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1642 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
David Goodwin 10 years ago
parent e5417c2371
commit eb2ccbc2e5

@ -102,7 +102,7 @@ final class Config {
break;
}
error_log('Config::read(): attemp to read undefined config option "' . join('.', $name) . '", returning null');
error_log('Config::read(): attempt to read undefined config option "' . join('.', $name) . '", returning null');
return null;
}

Loading…
Cancel
Save