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:
parent
c2998e26ec
commit
a7ffc9e14e
@ -69,6 +69,10 @@ class BlogPlugin extends MicroAppPlugin
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public function newFormAction(){
|
||||
return 'newblogentry';
|
||||
}
|
||||
|
||||
/**
|
||||
* Map URLs to actions
|
||||
|
Loading…
Reference in New Issue
Block a user