From ba71f668934985ade6eec474aa45b01e7cfa63e8 Mon Sep 17 00:00:00 2001 From: ToMtOm Date: Thu, 6 Jun 2024 21:50:33 +0200 Subject: [PATCH] add backslash for getConfigForCommunity --- core/ajax/plugin.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ajax/plugin.ajax.php b/core/ajax/plugin.ajax.php index 909cc46060..98bb24b692 100644 --- a/core/ajax/plugin.ajax.php +++ b/core/ajax/plugin.ajax.php @@ -183,7 +183,7 @@ $infoPlugin = ''; if (method_exists($plugin_id, 'getConfigForCommunity')) { $infoPlugin .= '**' . __('Informations complémentaires', __FILE__) . '**
'; - $infoPlugin .= $plugin_id::getConfigForCommunity(); + $infoPlugin .= '
```
' . $plugin_id::getConfigForCommunity() . '
```
'; } // GENERATE URL with Query Param to create a new post