From cc20aed9b9155971cc4b25e8d8e0a0b6d79cf7af Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 19 Dec 2016 11:54:59 -0500 Subject: [PATCH] Remove E_NOTICE - refs BT#11414 --- plugin/vchamilo/views/manage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vchamilo/views/manage.php b/plugin/vchamilo/views/manage.php index a4d7b8686a..0e09759908 100644 --- a/plugin/vchamilo/views/manage.php +++ b/plugin/vchamilo/views/manage.php @@ -14,7 +14,7 @@ define('CHAMILO_INTERNAL', true); $plugin = VChamiloPlugin::create(); $thisurl = api_get_path(WEB_PLUGIN_PATH).'vchamilo/views/manage.php'; -Virtual::requireJs('host_list.js', 'vchamilo'); +Virtual::requireJs('host_list.js', 'vchamilo', 'head'); if ($action) { require_once api_get_path(SYS_PLUGIN_PATH).'vchamilo/views/manage.controller.php';