Update vChamilo plugin configuration guide to match new code style

pull/2487/head
Yannick Warnier 10 years ago
parent ed02a38792
commit bba5539016
  1. 2
      plugin/vchamilo/README.md

@ -30,7 +30,7 @@ Insert the hook at the end of the file.
```
include_once $_configuration['root_sys'].'plugin/vchamilo/lib/Virtual.php';
vchamilo_hook_configuration($_configuration);
Virtual::hookConfiguration($_configuration);
```
What you need for a virtual node is:

Loading…
Cancel
Save