mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
private when private.
This commit is contained in:
parent
5ecbb51bf7
commit
09ac1350d0
@ -235,6 +235,11 @@ class Main extends CI_Controller
|
||||
else
|
||||
{
|
||||
|
||||
if ($this->config->item('private_only'))
|
||||
{
|
||||
$_POST['private'] = 1;
|
||||
}
|
||||
|
||||
if ($this->input->post('reply') == false)
|
||||
{
|
||||
$user_data = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user