find('ChamiloPluginBundle:LtiProvider\Platform', $platformId); $em->remove($platform); $em->flush(); Display::addFlash( Display::return_message($plugin->get_lang('PlatformDeleted'), 'success') ); header('Location: '.api_get_path(WEB_PLUGIN_PATH).'lti_provider/admin.php'); exit;