fix var name

This commit is contained in:
Yann Leboulanger 2010-10-20 14:54:43 +02:00
parent 588a0d7284
commit 74d68305f1
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ class GcMessageReceivedEvent(nec.NetworkIncomingEvent):
if uri_data.startswith('cid:'):
uri_data = uri_data[4:]
found = False
for data in msg.getTags('data',
for data in self.stanza.getTags('data',
namespace=xmpp.NS_BOB):
if data.getAttr('cid') == uri_data:
uri.setData(data.getData())