[Bb-trac] Re: [bbPress] #810: You can't activate plugins
bbPress
bb-trac at lists.bbpress.org
Mon Mar 10 18:44:32 GMT 2008
#810: You can't activate plugins
----------------------------+-----------------------------------------------
Reporter: da3rX | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 0.9
Component: Administration | Version: 1.0-alpha (trunk)
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by da3rX):
Probably a better fix. Replaces all the backslashes with forward slashes
in both strings before comparing them.
{{{
if (substr(str_replace('\\', '/', $plugin_file), 0,
strlen(BB_CORE_PLUGIN_DIR)) == str_replace('\\', '/', BB_CORE_PLUGIN_DIR))
{
$location = 'core';
} else {
$location = 'user';
}
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/810#comment:7>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list