Changeset 2281327
- Timestamp:
- 04/11/2020 08:28:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fantazy-sidebar/trunk/core/system/includes/Config.php
r2169878 r2281327 Β 94 94 $this->file = new Json("{$this->root}/core/storage/config/global.json"); 95 95 96 Β static::$global = $this->file-> parse(true);Β 96 static::$global = $this->file->decode(true); 97 97 $this->rootName = static::$global->rootName; 98 98 $this->pluginName = static::$global->name;
Note: See TracChangeset
for help on using the changeset viewer.