renamed System::redirectTo to System::redirect
This commit is contained in:
@@ -32,7 +32,7 @@ function startpage_home_init($a, $b)
|
||||
|
||||
$page = PConfig::get(local_user(), 'startpage', 'startpage');
|
||||
if (strlen($page)) {
|
||||
System::redirectTo($page);
|
||||
System::redirect($page);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user