Ejemplo n.º 1
0
 /**
  * Perform various section editing commands
  *
  */
 public function SectionEdit()
 {
     global $langmessage;
     $this->page->file_sections =& $this->file_sections;
     //hack so the SaveSection filter works
     $_REQUEST['section'] = 0;
     if (!parent::SectionEdit()) {
         return false;
     }
     return true;
 }