Initialize committers variable

Prevented the check for variable collision detection from
previous commit: first time the committers property was
null.
This commit is contained in:
2020-11-05 12:45:23 +01:00
parent 6fa976f749
commit 1df20d771c

View File

@@ -66,6 +66,7 @@ class Configuration {
$this->config_file = "$gitolite_root/conf/gitolite.conf";
$this->collectSystemPublicKeys();
$this->committers = array();
if (!file_exists($this->config_file)) {
die("Not found: $this->config_file\n");