Fix errors in the getInstancesForObject and code that used it.

This commit is contained in:
Colin Kuskie 2009-05-21 15:20:25 +00:00
parent c6a0abe8c1
commit 1e52f21fcb
2 changed files with 4 additions and 3 deletions

View file

@ -447,7 +447,7 @@ sub getInstancesForObject {
SELECT
instanceId
FROM
workflowInstance
WorkflowInstance
WHERE
className = ?
AND methodName = ?