Skip to content

Commit

Permalink
Fix UTF8 on sql empty-3.0.5.sql
Browse files Browse the repository at this point in the history
Fix for metademands
Fix SoduimDecrypt
  • Loading branch information
tsmr committed Nov 22, 2024
1 parent a5a0ffd commit 0603008
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 629 deletions.
2 changes: 1 addition & 1 deletion inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function showConfigForm() {

$meta = new PluginMetademandsMetademand();
$options['empty_value'] = true;
$data = $meta->listMetademands(false, $options, true);
$data = $meta->listMetademands(false, $options);
echo Dropdown::showFromArray('use_meta_for_changes', $data, ['width' => 250, 'display' => false, 'value' => $this->fields['use_meta_for_changes']]);

echo "</td>";
Expand Down
1 change: 1 addition & 0 deletions inc/dashboard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/**
* Class PluginResourcesDashboard
*/
#[AllowDynamicProperties]
class PluginResourcesDashboard extends CommonGLPI
{
public $widgets = [];
Expand Down
Loading

0 comments on commit 0603008

Please sign in to comment.