https://bugzilla.wikimedia.org/show_bug.cgi?id=47994

--- Comment #3 from [email protected] ---
ok i need to remove the '--munge-title md5' parameter and change your rewrite
line

$image = preg_replace("|/thumb2F/(.*)/2F//|","/thumb/",$text);

by

$text = preg_replace("|/thumb2F/(.*)/2F//|","/thumb/",$text);

and now it is ok.

thanks !

-- 
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

Reply via email to