Bläddra i källkod

Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

jmontoyaa 8 år sedan
förälder
incheckning
814f4d4323
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      plugin/vchamilo/README.md

+ 1 - 1
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';
 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:
 What you need for a virtual node is: