Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Apr 29, 2019
1 parent fff73da commit f066e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialog/Alert.php
Expand Up @@ -29,7 +29,7 @@ protected function alert($message, $title)
$title = ''; // Not used.
if($this->getReturn())
{
return 'alert(' . $message . ')';
return 'alert(' . $title . $message . ')';
}
}

Expand Down

0 comments on commit f066e6b

Please sign in to comment.