forked from GNUsocial/gnu-social
Fix T46 Blog Plugin is broken
Adds newFormAction() in Blog Plugin to redirect to correct action.
This commit is contained in:
@@ -69,6 +69,10 @@ class BlogPlugin extends MicroAppPlugin
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public function newFormAction(){
|
||||
return 'newblogentry';
|
||||
}
|
||||
|
||||
/**
|
||||
* Map URLs to actions
|
||||
|
Reference in New Issue
Block a user