couple of minor issues with dba namespace during install and enotify::format referencing an unknown variable

This commit is contained in:
redmatrix
2016-09-18 17:35:11 -07:00
parent 0754da58da
commit 44d945cd08
2 changed files with 12 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ class Setup extends \Zotlabs\Web\Controller {
$db = \DBA::dba_factory($dbhost, $dbport, $dbuser, $dbpass, $dbdata, $dbtype, true);
if(! \DBA::$dba->connected) {
echo 'Database Connect failed: ' . DBA::$dba->error;
echo 'Database Connect failed: ' . \DBA::$dba->error;
killme();
}
return;