Skip to content

Commit

Permalink
sm-115 Рефакторинг кода.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malofeykin Andrey committed Mar 11, 2016
1 parent bd6cbe4 commit 632bafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AbstractWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ public function changeEntryState($id, $newState)
$store = $this->getPersistence();
$entry = $store->findEntry($id);


if ($newState === $entry->getState()) {
return;
}
Expand Down

0 comments on commit 632bafa

Please sign in to comment.