Skip to content

Commit

Permalink
Correct session value
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Oct 26, 2023
1 parent ee2fd4e commit 29940e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Service_categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
*/
public function index()
{
session(['dest_url' => site_url('categories')]);
session(['dest_url' => site_url('service_categories')]);

$user_id = session('user_id');

Expand Down

0 comments on commit 29940e2

Please sign in to comment.