Aleksander Machniak
2014-08-22 e35eab5f946fbdca688040da61d33a1a4153f968
program/include/rcmail.php
@@ -147,8 +147,13 @@
        $this->task      = $task;
        $this->comm_path = $this->url(array('task' => $this->task));
        if (!empty($_REQUEST['_framed'])) {
            $this->comm_path .= '&_framed=1';
        }
        if ($this->output) {
            $this->output->set_env('task', $this->task);
            $this->output->set_env('comm_path', $this->comm_path);
        }
    }