X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fconfigure_parent.inc;h=9fab234852e1c11027eb030dbba91dd24f3d7266;hb=8630d2174a0f798739eeea16be61b8653a10a5da;hp=df6938901b38e708bd9da8130b6f7abec119709b;hpb=e23557a6a6a9b7bf1a2f49772ed5856f2c45f084;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/configure_parent.inc b/wwwroot/inc/eventz/configure_parent.inc index df69389..9fab234 100644 --- a/wwwroot/inc/eventz/configure_parent.inc +++ b/wwwroot/inc/eventz/configure_parent.inc @@ -50,7 +50,7 @@ function configure_parent() { $db->update($q); $q="update nodes set node_children_count=node_children_count-1 where node_id='$old_parent'"; $db->update($q); - $log->log('vector change',$changed,$old_vector,$node_vector); + logger::log('vector change',$changed,$old_vector,$node_vector); } return true; ?>