Skip to content

Commit

Permalink
add backslash for getConfigForCommunity
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitomas authored Jun 6, 2024
1 parent e2a7266 commit ba71f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ajax/plugin.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
$infoPlugin = '';
if (method_exists($plugin_id, 'getConfigForCommunity')) {
$infoPlugin .= '**' . __('Informations complémentaires', __FILE__) . '**<br>';
$infoPlugin .= $plugin_id::getConfigForCommunity();
$infoPlugin .= '<br>```<br>' . $plugin_id::getConfigForCommunity() . '<br>```<br>';
}

// GENERATE URL with Query Param to create a new post
Expand Down

0 comments on commit ba71f66

Please sign in to comment.