Bladeren bron

Fix user_email missing from object properties (#6929)

frytimo 1 jaar geleden
bovenliggende
commit
b2592aabfb
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      core/authentication/resources/classes/plugins/database.php

+ 1 - 0
core/authentication/resources/classes/plugins/database.php

@@ -42,6 +42,7 @@ class plugin_database {
 	public $password;
 	public $password;
 	public $key;
 	public $key;
 	public $debug;
 	public $debug;
+	public $user_email;
 
 
 	/**
 	/**
 	 * database checks the local database to authenticate the user or key
 	 * database checks the local database to authenticate the user or key