mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Redirect to appointments instead of appointments/index
This commit is contained in:
parent
87fdb2ae5c
commit
da187c8b02
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Installation extends EA_Controller {
|
|||
{
|
||||
if (is_app_installed())
|
||||
{
|
||||
redirect('appointments/index');
|
||||
redirect('appointments');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue