Skip to content

Commit

Permalink
Merge pull request #24 from humanmade/hotfix-var-name
Browse files Browse the repository at this point in the history
Incorrect var name
  • Loading branch information
roborourke authored Oct 1, 2019
2 parents 8dd9627 + 79fd3c2 commit 3a2619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ public function generate_module_manifest() {
}

// Write the loader file.
file_put_contents( $vendor_dir . DIRECTORY_SEPARATOR . 'modules.php', $package_list );
file_put_contents( $vendor_dir . DIRECTORY_SEPARATOR . 'modules.php', $module_loader );
}
}

0 comments on commit 3a2619e

Please sign in to comment.