BackendStep: Fix `Variable '$$resourceTitle, $resourceHtml' is probably undefined`
This commit is contained in:
parent
c1bdec65f4
commit
84589f8833
|
@ -80,6 +80,8 @@ class BackendStep extends Step
|
|||
$this->data['backendConfig']['name']
|
||||
) . '</p>';
|
||||
|
||||
$resourceTitle = null;
|
||||
$resourceHtml = null;
|
||||
if ($this->data['resourceConfig']['type'] === 'db') {
|
||||
$resourceTitle = '<h3>' . mt('monitoring', 'Database Resource') . '</h3>';
|
||||
$resourceHtml = ''
|
||||
|
|
Loading…
Reference in New Issue