Skip to content

Commit 6321b55

Browse files
committed
Fix problem that wp-config is not created #18
wp-config.php was not created when wp-cli download command is run with New Project Wizard
1 parent 94546b8 commit 6321b55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/org/netbeans/modules/php/wordpress/WordPressPhpModuleExtender.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ public Set<FileObject> extend(PhpModule pm) throws ExtendingException {
240240
} catch (ExecutionException ex) {
241241
throw new ExtendingException(ex.getLocalizedMessage());
242242
}
243+
// #18
244+
sourceDirectory.refresh(true);
243245
} else {
244246
// do nothing
245247
return Collections.emptySet();

0 commit comments

Comments
 (0)