Skip to content

Commit 51d513d

Browse files
authored
fix mu plugin install error
1 parent d1adf63 commit 51d513d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

galaxy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ if( php_sapi_name() !== 'cli' ) {
44
die("Meant to be run from command line" . PHP_EOL);
55
}
66

7+
if (!defined('WPMU_PLUGIN_URL')) {
8+
define('WPMU_PLUGIN_URL', '/mu-plugins');
9+
}
10+
711
require __DIR__ . '/init.php';
8-
new \TypeRocket\Console\Launcher();
12+
new \TypeRocket\Console\Launcher();

0 commit comments

Comments
 (0)