[CORE] Move plugin superclasses from /lib/ to /lib/modules/

This commit is contained in:
Diogo Cordeiro
2019-08-02 02:50:48 +01:00
committed by tenma
parent 8c0601816f
commit 55d049b1e8
15 changed files with 32 additions and 28 deletions

View File

@@ -112,7 +112,7 @@ class ActivityModerationPlugin extends ActivityVerbHandlerPlugin
return true;
}
// FIXME: Put this in lib/activityhandlerplugin.php when we're ready
// FIXME: Put this in lib/modules/ActivityHandlerPlugin.php when we're ready
// with the other microapps/activityhandlers as well.
// Also it should be StartNoticeAsActivity (with a prepped Activity, including ->context etc.)
public function onEndNoticeAsActivity(Notice $stored, Activity $act, Profile $scoped=null)