Skip to content

Commit

Permalink
Fixing load circuit was modified verification
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Dec 11, 2008
1 parent b3d268b commit d40efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/AbstractMyFusesLoader.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function loadCircuit( Circuit $circuit ) {
else {
include $circuit->getCompleteCacheFile();
$data = $circuit->getData();
if( $this->circuitWasModified( $name ) ||
if( $this->circuitWasModified( $circuit->getName() ) ||
$this->applicationWasModified() ) {
$data = $this->doLoadCircuit( $circuit );
}
Expand Down

0 comments on commit d40efb1

Please sign in to comment.