Add warning about skype/ plugin folder to be removed - fixes #2005

pull/2487/head
Yannick Warnier 8 years ago
parent 7262b203a2
commit d7ac8450dd
  1. 3
      main/install/install.lib.php

@ -1107,7 +1107,8 @@ function display_requirements(
$deprecated = [
api_get_path(SYS_CODE_PATH).'exercice/',
api_get_path(SYS_CODE_PATH).'newscorm/',
api_get_path(SYS_PLUGIN_PATH).'ticket/'
api_get_path(SYS_PLUGIN_PATH).'ticket/',
api_get_path(SYS_PLUGIN_PATH).'skype/'
];
$deprecatedToRemove = [];

Loading…
Cancel
Save