# HG changeset patch # User Lennard de Rijk # Date 1253301682 -7200 # Node ID 0f42428b7163b30a97ec7f62d963e768c239fb37 # Parent f6515daaf00016a7793bf2e51536c5417746cb8b Fixed unknown variable in GHOP Access checker. Fixes Issue 691. diff -r f6515daaf000 -r 0f42428b7163 app/soc/modules/ghop/views/helper/access.py --- a/app/soc/modules/ghop/views/helper/access.py Fri Sep 18 20:06:28 2009 +0200 +++ b/app/soc/modules/ghop/views/helper/access.py Fri Sep 18 21:21:22 2009 +0200 @@ -121,7 +121,7 @@ if task_query.count() >= org_entity.task_quota_limit: # too many tasks access denied - raise out_of_band.AccessViolation(message_fmt=DEF_MAX_TASKS_REACHED) + raise out_of_band.AccessViolation(message_fmt=DEF_MAX_TASKS_REACHED_MSG) if 'link_id' in django_args: task_filter = {