Bugfix - Replacing goaway()
This commit is contained in:
parent
2aa373a75d
commit
d197bf4c2b
6 changed files with 8 additions and 8 deletions
|
@ -31,7 +31,7 @@ function startpage_home_init($a, $b)
|
|||
|
||||
$page = PConfig::get(local_user(), 'startpage', 'startpage');
|
||||
if (strlen($page)) {
|
||||
goaway($page);
|
||||
$a->internalRedirect($page);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue