mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Page title for user delete page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user