Skip to content

Commit

Permalink
Plugin: ExerciseMonitoring: Fix extrafield name - refs BT#20900
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 10, 2023
1 parent d1dc353 commit aebe5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/exercisemonitoring/src/ExerciseMonitoringPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ExerciseMonitoringPlugin extends Plugin
{
public const SETTING_TOOL_ENABLE = 'tool_enable';

public const FIELD_SELECTED = 'exercisefocused_selected';
public const FIELD_SELECTED = 'exercisemonitoring_selected';

private const TABLE_LOG = 'plugin_exercisemonitoring_log';

Expand Down

0 comments on commit aebe5e2

Please sign in to comment.