# HG changeset patch # User Matti Hamalainen # Date 1417085870 -7200 # Node ID 2e106ba141903189493374e1b022177bba909a2c # Parent eda10482364900688f5b00db78d74b086d926651 More adjustments. diff -r eda104823649 -r 2e106ba14190 msite.inc.php --- a/msite.inc.php Thu Nov 27 12:12:47 2014 +0200 +++ b/msite.inc.php Thu Nov 27 12:57:50 2014 +0200 @@ -848,7 +848,7 @@ // function stFilterPathComponent($str) { - $tmp = str_replace(array("\$", ), array("S", ), $str); + $tmp = str_replace(array(" / ", "/", "\$", ), array(" of ", " of ", "S", ), $str); return preg_replace("/[^a-zA-Z0-9\(\)\,\._-]/", "_", $tmp); }