Remove parameter App from addons __addon_admin_post() functions

pull/14570/head
Art4 2024-11-23 12:25:03 +00:00
parent 3819ec9dd1
commit 5b281d22ed
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Details extends BaseAdmin
self::checkFormSecurityTokenRedirectOnError($redirect, 'admin_addons_details');
$func = $addon . '_addon_admin_post';
$func(DI::app());
$func();
}
}