]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for Mapstraction plugin's zoomed map links
authorBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 05:42:13 +0000 (21:42 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 28 Jan 2010 05:42:13 +0000 (21:42 -0800)
commit7347381183bfee96db8b2f89a4ba0ce5d04f76e2
treec6e2cfbe8724dad0326206c71064d98afe760c15
parent794fe16d691b61ef06df6bca0a580460eafa4931
Fix for Mapstraction plugin's zoomed map links

Move definition of NICKNAME_FMT above plugin initialization but below loading of Validate package.
A merge error when refactoring setup lead to this not being defined yet when plugins were initialized, causing the router setup in MapstractionPlugin which tried to use this constant to fail.
Result was bogus links and if you hit the URL directly the action would be "unrecognized".
lib/common.php