Conflictos arreglados
This commit is contained in:
@@ -373,8 +373,12 @@ class Configurations // extends Configuration
|
||||
*/
|
||||
public function getFormats()
|
||||
{
|
||||
$this->UserConfig = $this->getConfiguration("ENVIRONMENT_SETTINGS", "");
|
||||
|
||||
if (!isset($this->UserConfig)) {
|
||||
$this->UserConfig = array();
|
||||
}
|
||||
if (empty($this->UserConfig)) {
|
||||
$this->UserConfig = $this->getConfiguration("ENVIRONMENT_SETTINGS", "");
|
||||
}
|
||||
if (is_numeric($this->UserConfig)) {
|
||||
$this->UserConfig = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user