Always check for the current workspace when calling Report#myworkspace().

Fixes #6175
This commit is contained in:
Tod Beardsley 2011-12-29 13:48:05 -06:00
parent b202c29153
commit 78da15ed15
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ module Auxiliary::Report
end
def myworkspace
return @myworkspace if @myworkspace
@myworkspace = framework.db.find_workspace(self.workspace)
end