Favorite "aside"-sections moved, also small fixes left from before
Action now has 'isAction' which compares the loaded Action with names of classes in an array (added without the 'Action') to its own type.
This commit is contained in:
@@ -139,7 +139,7 @@ class MapstractionPlugin extends Plugin
|
||||
return true;
|
||||
}
|
||||
|
||||
function onEndShowSections($action)
|
||||
function onEndShowSections(Action $action)
|
||||
{
|
||||
$actionName = $action->trimmed('action');
|
||||
// These are the ones that have maps on 'em
|
||||
|
Reference in New Issue
Block a user