예제 #1
0
 public function edit(tpost $post)
 {
     $this->filtercats($post);
     $post->updatefiltered();
     return parent::edit($post);
 }
예제 #2
0
 public function edit(tpost $post)
 {
     $post->updatefiltered();
     return parent::edit($post);
 }