MDL-21194 fixed mnet quotes issue - credit goes to Valery Fremaux

This commit is contained in:
Petr Skoda
2009-12-30 08:06:15 +00:00
parent 689458916d
commit 75c9459b00
+1 -1
View File
@@ -64,7 +64,7 @@ function mnet_get_functions($type, $parentname) {
foreach($rpcrecords as $rpc) {
if (!array_key_exists($rpc->function_name, $methodServiceArray)) {
$rpc->enabled = 0;
update_record('mnet_rpc', $rpc);
update_record('mnet_rpc', addslashes_recursive($rpc));
}
}
}