https://bugzilla.wikimedia.org/show_bug.cgi?id=30789
--- Comment #2 from Brion Vibber <[email protected]> 2011-09-07 01:07:03 UTC --- r65467: /** * Escape a string for ImageMagick's output filename. See * InterpretImageFilename() in magick/image.c. */ function escapeMagickOutput( $path, $scene = false ) { $path = str_replace( '%', '%%', $path ); return $this->escapeMagickPath( $path, $scene ); } So... it seems to be doing this on purpose... perhaps that purpose has gone obsolete or something else is funky. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
