mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
private when private.
This commit is contained in:
parent
5ecbb51bf7
commit
09ac1350d0
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user