Skip to content
Snippets Groups Projects

6520 php warning on wrong projectname

Merged Hahn Axel (hahn) requested to merge 6520-php-warning-on-wrong-projectname into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -1486,6 +1486,10 @@ class project extends base {
if (isset($this->_aConfig['projects']['json']['active']) && $this->_aConfig['projects']['json']['active']) {
$sCfgfile=$this->_getConfigFile($sId);
if (!$sCfgfile || !file_exists($sCfgfile)){
return false;
}
$this->_aPrjConfig = json_decode(file_get_contents($this->_getConfigFile($sId)), true);
}
if (isset($this->_aConfig['projects']['ldap']['active']) && $this->_aConfig['projects']['ldap']['active']) {
Loading