private when private.

This commit is contained in:
Claude 2012-06-10 19:02:35 +02:00
parent 5ecbb51bf7
commit 09ac1350d0

View File

@ -235,6 +235,11 @@ class Main extends CI_Controller
else else
{ {
if ($this->config->item('private_only'))
{
$_POST['private'] = 1;
}
if ($this->input->post('reply') == false) if ($this->input->post('reply') == false)
{ {
$user_data = array( $user_data = array(