コード例 #1
0
ファイル: MiscController.php プロジェクト: ngocanh/pimcore
 public function unlockElementAction()
 {
     Element_Editlock::unlock($this->_getParam("id"), $this->_getParam("type"));
     exit;
 }