Message6625

Author fwierzbicki
Recipients fwierzbicki, luizribeiro, pjenvey
Date 2011-09-02.16:56:44
SpamBayes Score 0.0011430805
Marked as misclassified No
Message-id <1314982604.99.0.896724296146.issue1764@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I didn't really get to this the other day - the fix is trivial, I just need to get my mercurial workflow back in order and check things in. In case it helps now the fix is:

-                  if ($etype instanceof Context) {
-                      ((Context)$etype).setContext(expr_contextType.Load);
-                  }
+                  actions.recurseSetContext($etype, expr_contextType.Load);
History
Date User Action Args
2011-09-02 16:56:44fwierzbickisetmessageid: <1314982604.99.0.896724296146.issue1764@psf.upfronthosting.co.za>
2011-09-02 16:56:44fwierzbickisetrecipients: + fwierzbicki, pjenvey, luizribeiro
2011-09-02 16:56:44fwierzbickilinkissue1764 messages
2011-09-02 16:56:44fwierzbickicreate