Diagonal movements do not work ie UpRight, DownLeft etc.
Fix:
file web/zm_actions.php, line 462, replace regexp
Code: Select all
'/^([a-z]+)([A-Z][a-z]+)([A-Z][a-z]+)$/'
Code: Select all
'/^([a-z]+)([A-Z][a-z]+)([A-Z][A-Za-z]+)$/'
upd.
I just noticed that in other places Philip used
Code: Select all
/^([a-z]+)([A-Z][a-z]+)([A-Z][a-z]+)+$/