去掉控制器方法的后缀名
This commit is contained in:
@@ -1320,7 +1320,7 @@ class Plugin extends DAV\ServerPlugin {
|
||||
* @param array $postVars
|
||||
* @return bool
|
||||
*/
|
||||
public function browserPostAction($uri, $action, array $postVars) {
|
||||
public function browserPost($uri, $action, array $postVars) {
|
||||
|
||||
if ($action!=='mkcalendar')
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user