public function checkPermissions()
 {
     return $this->modx->user->id && parent::checkPermissions();
 }