This commit is contained in:
Dimitur Kirov 2006-03-15 19:47:11 +00:00
parent 5e19b20377
commit 032ed4f22c
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Dispatcher(PlugIn):
xmlns=self._owner.defaultNamespace
if not typ and not ns:
typ='default'
if self.handlers.has_key(xmlns):
if not self.handlers.has_key(xmlns):
return
if not self.handlers[xmlns].has_key(name):
return