Revision 039a89e5 trunk/Pithos.Core/Agents/WorkflowAgent.cs

b/trunk/Pithos.Core/Agents/WorkflowAgent.cs
118 118
                    using (new SessionScope(FlushAction.Never))
119 119
                    {
120 120

  
121
                        var fileState = FileState.FindByFilePath(path);
122

  
121
                        var fileState = StatusKeeper.GetStateByFilePath(path);
123 122

  
124 123
                        switch (state.Status)
125 124
                        {

Also available in: Unified diff