We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08276c commit ced3c44Copy full SHA for ced3c44
php/EE/Runner.php
@@ -874,7 +874,7 @@ private function maybe_trigger_migration() {
874
* Below condition ensures that running EE::launch() or runcommand()
875
* in migration file does not trigget migration again.
876
*/
877
- if ( $cache->read('migration_running' ) ) {
+ if ( $cache->read( 'migration_running' ) ) {
878
EE::debug( 'Not triggering migrations since they seems to already been running.' );
879
return;
880
}
0 commit comments