Menu

#2 Error in LookupRequest

open
nobody
None
5
2011-03-11
2011-03-11
No

Error in lib/msg/core/LookupRequest.php line 144: Logic error ("!" is missing)

Original:
if($children->psoID)

Patch:
if(!$children->psoID)

Discussion


Log in to post a comment.