Skip to content

Commit

Permalink
Fix talamar1's screwup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 24, 2015
1 parent 88114ad commit 130df2a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -99,7 +99,6 @@ public ScriptEntryData getScriptEntryData() {
public HashMap<String, dObject> getContext() {
HashMap<String, dObject> context = super.getContext();
context.put("entity", entity);
context.put("entity_type", entity_type);
context.put("portal_type", portal_type);
// context.put("blocks", blocks);
return context;
Expand Down

0 comments on commit 130df2a

Please sign in to comment.