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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user