Update main.inc.php
This commit is contained in:
parent
a8a8fd7cff
commit
278ae34b5f
@ -1045,10 +1045,10 @@ if (!defined('NOLOGIN')) {
|
|||||||
if (empty($user->rights->user->user_advance)) {
|
if (empty($user->rights->user->user_advance)) {
|
||||||
$user->rights->user->user_advance = new stdClass(); // To avoid warnings
|
$user->rights->user->user_advance = new stdClass(); // To avoid warnings
|
||||||
}
|
}
|
||||||
if (empty($user->rights->user->user_advance)) {
|
if (empty($user->rights->user->self_advance)) {
|
||||||
$user->rights->user->self_advance = new stdClass(); // To avoid warnings
|
$user->rights->user->self_advance = new stdClass(); // To avoid warnings
|
||||||
}
|
}
|
||||||
if (empty($user->rights->user->user_advance)) {
|
if (empty($user->rights->user->group_advance)) {
|
||||||
$user->rights->user->group_advance = new stdClass(); // To avoid warnings
|
$user->rights->user->group_advance = new stdClass(); // To avoid warnings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user