vfremaux / moodle-block_vmoodle

Provides Moodle Virtualisation capabilities and Moodle array management
8 stars 3 forks source link

wrong references to Mnet_Peer.class.php #2

Open pavelxkrejci opened 10 years ago

pavelxkrejci commented 10 years ago

Hello, I'm using version 2014071301 on Moodle 2.6.4. 2 files /vmoodle/controller.management.php and /vmoodle/mnetcron.php contain: require_once $CFG->dirroot.'/blocks/vmoodle/classes/Mnet_Peer.class.php'; but there is no such file inside this version of plugin. Closest seem to be Mnet_peer.php.

pavelxkrejci commented 10 years ago

There are also few related references left to old class name "vmoodle_mnet_peer" which is now undefined in /vmoodle/controller.management.php and /vmoodle/locallib.php

vfremaux commented 10 years ago

Actually need to be turned into \block_vmoodle\Mnet_Peer to get it ok

vfremaux commented 10 years ago

also found recently a strong incompatibility between the class loading using namespaces and moodle form inheritage.. Being fixing that