Fixed unknown variable in GHOP Access checker.
Fixes Issue 691.
--- 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 = {