mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
improve profile update for non logged in ussers and remote users
This commit is contained in:
parent
0f67934e05
commit
53c1bf6ba3
2 changed files with 26 additions and 3 deletions
|
@ -174,6 +174,10 @@ if (! x($_SESSION,'sysmsg_info')) {
|
|||
$_SESSION['sysmsg_info'] = array();
|
||||
}
|
||||
|
||||
// Array for informations about last received items
|
||||
if (! x($_SESSION,'last_updated')) {
|
||||
$_SESSION['last_updated'] = array();
|
||||
}
|
||||
/*
|
||||
* check_config() is responsible for running update scripts. These automatically
|
||||
* update the DB schema whenever we push a new one out. It also checks to see if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue