added missing argument
This commit is contained in:
@@ -39,7 +39,7 @@ class Initializer {
|
|||||||
$this->setupDB();
|
$this->setupDB();
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
return WPNotice::displayError(Helpers::replaceLinkTags(
|
return WPNotice::displayError(Helpers::replaceLinkTags(
|
||||||
__(self::UNABLE_TO_CONNECT),
|
__(self::UNABLE_TO_CONNECT, 'mailpoet'),
|
||||||
self::SOLVE_DB_ISSUE_URL,
|
self::SOLVE_DB_ISSUE_URL,
|
||||||
array('target' => '_blank')
|
array('target' => '_blank')
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user