# HG changeset patch # User Peter Sanchez # Date 1308620369 25200 # Mon Jun 20 18:39:29 2011 -0700 # Node ID 03bebd48d1e6eba95d43890a18e6eebd520a4685 # Parent 4ed55e7ef6ebcfa4e73d202ffea12969fff982e5 Oops.. Wrong call diff --git a/callback/callback.py b/callback/callback.py --- a/callback/callback.py +++ b/callback/callback.py @@ -30,7 +30,7 @@ def process_callback(self, callback_instance): model = callback_instance.content_object - cls = self.process_callback(model) + cls = self.get_callback_class(model) if cls is None: raise CallbackException( 'Model class is not registered.'