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:
@@ -116,7 +116,7 @@ class ModLogPlugin extends Plugin
|
||||
return true;
|
||||
}
|
||||
|
||||
function onEndShowSections($action)
|
||||
function onEndShowSections(Action $action)
|
||||
{
|
||||
if ($action->arg('action') != 'showstream') {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user