Esempio n. 1
0
 function update($bPathMove = false)
 {
     //var_dump($this); exit(0);
     $res = parent::update();
     if ($res === true && $bPathMove === true) {
         KTPermissionUtil::updatePermissionLookup($this);
     }
     return $res;
 }
 function update()
 {
     if (empty($this->sDescriptor)) {
         $this->sDescriptor = md5($this->sDescriptorText);
     }
     return parent::update();
 }