mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Forgot to declare use of $c
This commit is contained in:
parent
df3a901c91
commit
b3758feb2b
@ -483,6 +483,7 @@ class Principal {
|
||||
|
||||
|
||||
private function Write( $field_values, $inserting=true ) {
|
||||
global $c;
|
||||
if ( is_array($field_values) ) $field_values = (object) $field_values;
|
||||
|
||||
if ( !isset($field_values->{'user_active'}) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user