Bug fix from Henrik, missing d.

- Legacy-Id: 3976
This commit is contained in:
Ole Laursen 2012-02-25 18:09:10 +00:00
parent fb58c0d6f4
commit 8aab6b30a3

View file

@ -450,7 +450,7 @@ if settings.USE_DB_REDESIGN_PROXY_CLASSES:
res.append(rfc_num)
elif d.get_state_slug() == "active":
if d.get_state("draft-iesg"):
res.append(get_state("draft-iesg").order)
res.append(d.get_state("draft-iesg").order)
else:
res.append(0)
else: