mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Rolling release in progress... (Fixed an important thing)
This commit is contained in:
parent
0618dbbab3
commit
b706e92b34
@ -432,7 +432,9 @@ if (! isset ($config['id_user'])) {
|
||||
$_SESSION['id_usuario'] = $nick_in_db;
|
||||
$config['id_user'] = $nick_in_db;
|
||||
|
||||
$minor_release_message = db_update_schema();
|
||||
if (is_user_admin($config['id_user'])) {
|
||||
$minor_release_message = db_update_schema();
|
||||
}
|
||||
|
||||
//==========================================================
|
||||
//-------- SET THE CUSTOM CONFIGS OF USER ------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user