mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix Scrutinizer docu bug: Egw::setup() need to support null for $domain_names parameter
This commit is contained in:
parent
4dbd49d285
commit
4e15b70373
@ -68,7 +68,7 @@ class Egw extends Egw\Base
|
||||
* Called every time the constructor is called. Also called by sessions to ensure the correct db,
|
||||
* in which case we do not recreate the session object.
|
||||
* @author RalfBecker@outdoor-training.de (moved to setup() by milos@groupwhere.org
|
||||
* @param array $domain_names array with valid egw-domain names
|
||||
* @param array|null $domain_names =null array with valid egw-domain names
|
||||
* @param boolean $createsessionobject True to create the session object (default=True)
|
||||
*/
|
||||
function setup($domain_names,$createsessionobject=True)
|
||||
|
Loading…
Reference in New Issue
Block a user