*** empty log message ***
This commit is contained in:
parent
b1ee67ae91
commit
543d3d5241
@ -34,7 +34,7 @@ class Conf {
|
||||
|
||||
$this->facture = new FactureConf();
|
||||
|
||||
$this->fichinter = new FichinterConf();
|
||||
$this->fichinter = new FicheInterConf();
|
||||
|
||||
$this->webcal = new WebcalConf();
|
||||
|
||||
@ -78,7 +78,7 @@ class DbConf {
|
||||
}
|
||||
|
||||
class WebcalConf {
|
||||
Function WebcalConf {
|
||||
Function WebcalConf() {
|
||||
$this->enabled = 1;
|
||||
|
||||
$this->db = new DbConf();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user