# HG changeset patch # User Emmanuel Gil Peyrot # Date 1288567490 -3600 # Node ID c774f2ffb2710566fc1dc7c28bc58c52cc47e02e # Parent b80ab94da4478a3a9eb30a982a3456f291f24306 Fix a typo. diff --git a/psgxs.js b/psgxs.js --- a/psgxs.js +++ b/psgxs.js @@ -97,7 +97,7 @@ function onIq(stanza) { if (child2) child = child2; - if (module.pschild && (!child || module.pschild != child2.name)) + if (module.pschild && (!child || module.pschild != child.name)) continue; }