Skip to content

Commit

Permalink
tentative fix for dm storage discovered by Gonzalo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 30, 2009
1 parent 7fd1b35 commit 97bdc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openwfe/extras/expool/dm_expstorage.rb
Expand Up @@ -210,7 +210,7 @@ def fetch_root (wfid)

DmExpression.all(
:wfid => wfid,
:expclass => OpenWFE::Definition.to_s,
:expclass => OpenWFE::DefineExpression.to_s,
:order => [ :expid.asc ])
}

Expand Down

0 comments on commit 97bdc8c

Please sign in to comment.