Remove E_NOTICE - refs BT#11414

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent b4a0e30f44
commit cc20aed9b9
  1. 2
      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';

Loading…
Cancel
Save