Fix ScriptHandler namespace

pull/3924/head
Julio Montoya 4 years ago
parent bc0a825b00
commit 0ea27791ef
  1. 4
      public/main/admin/archive_cleanup.php

@ -2,6 +2,8 @@
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
use Chamilo\CoreBundle\Component\Utils\ScriptHandler;
$cidReset = true; $cidReset = true;
require_once __DIR__.'/../inc/global.inc.php'; require_once __DIR__.'/../inc/global.inc.php';
@ -57,7 +59,7 @@ if ($form->validate()) {
} }
try { try {
\Chamilo\CoreBundle\Composer\ScriptHandler::dumpCssFiles(); ScriptHandler::dumpCssFiles();
Display::addFlash( Display::addFlash(
Display::return_message(get_lang('The styles and assets in the web/ folder have been refreshed.')) Display::return_message(get_lang('The styles and assets in the web/ folder have been refreshed.'))
); );

Loading…
Cancel
Save