Page title for user delete page

This commit is contained in:
phl0
2024-04-04 20:10:53 +02:00
parent 806ba71a8b
commit a246971b96

View File

@@ -741,6 +741,7 @@ class User extends CI_Controller {
$this->form_validation->set_rules('id', 'user_id', 'required');
$data = $query->row();
$data->page_title = "Delete User";
if ($this->form_validation->run() == FALSE)
{