Skip to content

Commit a246971

Browse files
committed
Page title for user delete page
1 parent 806ba71 commit a246971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/controllers/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ function delete() {
741741
$this->form_validation->set_rules('id', 'user_id', 'required');
742742

743743
$data = $query->row();
744+
$data->page_title = "Delete User";
744745

745746
if ($this->form_validation->run() == FALSE)
746747
{

0 commit comments

Comments
 (0)