switched around the setup system so that spectre can still do it's thing even if users haven't gone through setup. this should help eliminate some of the memory leak problems.

This commit is contained in:
JT Smith 2006-05-25 16:30:54 +00:00
parent 39bd3ccce9
commit 5be99ea5eb
3 changed files with 110 additions and 138 deletions

View file

@ -268,7 +268,6 @@ sub getOperations {
'setWorkingVersionTag' => 'WebGUI::Operation::VersionTag',
'genesis' => 'WebGUI::Operation::WebGUI',
'setup' => 'WebGUI::Operation::WebGUI',
'theWg' => 'WebGUI::Operation::WebGUI',
'addWorkflow' => 'WebGUI::Operation::Workflow',