Plugin: vChamilo: Update 'archive' (pre-1.10 term) to 'cache' (3) - refs BT#21163

pull/4964/head
Yannick Warnier 2 years ago
parent cc7c47ea97
commit 2a8e94266d
  1. 2
      plugin/vchamilo/plugin.php

@ -73,7 +73,7 @@ $form->addElement(
$form->addElement(
'text',
'archive_real_root',
[$plugin->get_lang('archiverealroot'), 'Example: '.api_get_path(SYS_PATH).'var/archive/']
[$plugin->get_lang('archiverealroot'), 'Example: '.api_get_path(SYS_PATH).'var/cache/']
);
$form->addElement(
'text',

Loading…
Cancel
Save