forked from mirrors/easyappointments
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())
|
if (is_app_installed())
|
||||||
{
|
{
|
||||||
redirect('appointments/index');
|
redirect('appointments');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue