diff --git a/src/Config/ConfigInfo.php b/src/Config/ConfigInfo.php index 019c70da..e580d5c0 100644 --- a/src/Config/ConfigInfo.php +++ b/src/Config/ConfigInfo.php @@ -705,7 +705,7 @@ class ConfigInfo { public function __construct($dirroot, $wwwroot, $dataroot=false) { $this->dirroot = $dirroot; $this->wwwroot = $wwwroot; - $this->extenstions = array(); + $this->extensions = array(); $this->staticroot = 'https://static.tsugi.org'; $this->lumen_storage = sprintf("%s/storage/", $dirroot); }