Activity panel: Rename controller's method

This commit is contained in:
Molkobain
2021-03-16 16:44:13 +01:00
parent a15903b5ef
commit 6bc2d241fd
2 changed files with 2 additions and 2 deletions

View File

@@ -2738,7 +2738,7 @@ EOF
case 'activity_panel_save_state':
$oPage = new JsonPage();
try {
ActivityPanelController::SaveActivityPanelState();
ActivityPanelController::SaveState();
$aResult = [
'success' => true,
];