[wp-trac] [WordPress Trac] #11601: Touch error during plugin upgrade
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 30 10:39:53 UTC 2009
#11601: Touch error during plugin upgrade
--------------------------+-------------------------------------------------
Reporter: mrmist | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Filesystem | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by dd32):
> That extra slash looks odd to me.
It does, But Windows has always handled it fine.
You can test this by changing $dir = .. line to this:
{{{
$dir = rtrim(get_temp_dir(), '\\/');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11601#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list