提交 3a6a45a1 编写于 作者: T Terry

extension installed manager

上级 89dd709c
......@@ -33,6 +33,19 @@ class ExtensioninstalledController extends SystemController
return $this->render($this->action->id, $data);
}
public function actionManagerenable()
{
$data = $this->getBlock('manageredit')->extensionEnable();
}
public function actionManagerdisable()
{
$data = $this->getBlock('manageredit')->extensionDisable();
}
/*
public function actionManagereditsave()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册