mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Functionality removed
This commit is contained in:
parent
7ee9aad6ca
commit
5dea634564
1 changed files with 0 additions and 4 deletions
4
boot.php
4
boot.php
|
@ -340,10 +340,6 @@ function info($s)
|
|||
{
|
||||
$a = DI::app();
|
||||
|
||||
if (local_user() && DI::pConfig()->get(local_user(), 'system', 'ignore_info')) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (empty($_SESSION['sysmsg_info'])) {
|
||||
$_SESSION['sysmsg_info'] = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue