Fix T46 Blog Plugin is broken

Adds newFormAction() in Blog Plugin to redirect to correct action.
This commit is contained in:
Aqeel Zafar 2014-09-29 18:06:54 +05:00
parent c2998e26ec
commit a7ffc9e14e
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ class BlogPlugin extends MicroAppPlugin
return true;
}
public function newFormAction(){
return 'newblogentry';
}
/**
* Map URLs to actions