@ -15,8 +15,8 @@ class ContactController extends Base
$this->page->setTitle(__('page.contacts'));
$user = new User;
if(!$user->isLogged() && $this->fetchGet('f')) {
$this->redirect('blog', [$this->fetchGet('f')]);
if(!$user->isLogged() && $this->fetchGet('s')) {
$this->redirect('blog', [$this->fetchGet('s')]);
}