|
@@ -10,6 +10,8 @@ api_protect_admin_script();
|
|
|
|
|
|
$action = isset($_REQUEST['a']) ? $_REQUEST['a'] : null;
|
|
$action = isset($_REQUEST['a']) ? $_REQUEST['a'] : null;
|
|
|
|
|
|
|
|
+\Chamilo\CoreBundle\Framework\Container::$legacyTemplate = '@ChamiloTheme/Layout/no_layout.html.twig';
|
|
|
|
+
|
|
switch ($action) {
|
|
switch ($action) {
|
|
case 'update_changeable_setting':
|
|
case 'update_changeable_setting':
|
|
$url_id = api_get_current_access_url_id();
|
|
$url_id = api_get_current_access_url_id();
|