Skip to content

Commit

Permalink
Another typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Apr 20, 2023
1 parent 9f7dc0f commit 154ff37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/ConfigInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 154ff37

Please sign in to comment.