Exemple #1
0
 public function unlockElementAction()
 {
     Element_Editlock::unlock($this->_getParam("id"), $this->_getParam("type"));
     exit;
 }