Skip to content

Commit ced3c44

Browse files
authored
Update Runner.php
1 parent e08276c commit ced3c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/EE/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ private function maybe_trigger_migration() {
874874
* Below condition ensures that running EE::launch() or runcommand()
875875
* in migration file does not trigget migration again.
876876
*/
877-
if ( $cache->read('migration_running' ) ) {
877+
if ( $cache->read( 'migration_running' ) ) {
878878
EE::debug( 'Not triggering migrations since they seems to already been running.' );
879879
return;
880880
}

0 commit comments

Comments
 (0)