refactor the common parts of usermap and allmap into a common base class

This commit is contained in:
Craig Andrews
2009-12-03 19:43:02 -05:00
parent e3caec9d8a
commit 43a1a35524
4 changed files with 189 additions and 237 deletions

View File

@@ -90,6 +90,7 @@ class MapstractionPlugin extends Plugin
{
case 'AllmapAction':
case 'UsermapAction':
case 'MapAction':
include_once INSTALLDIR.'/plugins/Mapstraction/' . strtolower(mb_substr($cls, 0, -6)) . '.php';
return false;
default: