diff --git a/exec/load/consensus_vote.js b/exec/load/consensus_vote.js
index d3f2977a6900f6ec39ff0f7961b14941a520f339..01cb906beb3843ed34956e2bd32746ea220f0cbf 100644
--- a/exec/load/consensus_vote.js
+++ b/exec/load/consensus_vote.js
@@ -15,6 +15,7 @@ function ConcensusObject(host, port, scope)
 	var u,i,j;
 
 	this.db=new JSONClient(host,port);
+	this.scope=scope;
 
 	this.add_issue_funcs=function(issue)
 	{