[startpage] Remove deprecated call to strlen
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513
This commit is contained in:
@@ -25,10 +25,9 @@ function startpage_home_init(App $a, $b)
|
||||
}
|
||||
|
||||
$page = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'startpage', 'startpage');
|
||||
if (strlen($page)) {
|
||||
if ($page) {
|
||||
DI::baseUrl()->redirect($page);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user