frontend is a bit special controller you should not add new methods there
better to use test.php or api.php controller
frontend is a bit special controller you should not add new methods there
better to use test.php or api.php controller
Open application\controllers\frontend.php, in method editproperty() , line around 1257, before:
$insert_id = $this->estate_m->save($data, $id);
add
$data['is_activated'] = 1;