[wp-trac] [WordPress Trac] #11881: setup-config.php step 2 broken
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 19 22:56:39 UTC 2010
#11881: setup-config.php step 2 broken
-----------------------------+----------------------------------------------
Reporter: sivel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Upgrade/Install | Version: 3.0
Severity: major | Keywords: has-patch
-----------------------------+----------------------------------------------
Comment(by nacin):
In ms-load.php, ms_network_plugins():
{{{
$network_plugins = WP_PLUGIN_DIR . '/' . $plugin_file;
}}}
should be
{{{
$network_plugins[] = WP_PLUGIN_DIR . '/' . $plugin_file;
}}}
Patch attached.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11881#comment:38>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list