Skip to content

Commit

Permalink
Update Config Class
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmarasigan committed Aug 7, 2024
1 parent 2d33769 commit 607c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheme/kernel/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Config {

public function __construct()
{
$this->config =& get_config();
$this->config =& lava_config();

// Set the base_url automatically if none was provided
if (empty($this->config['base_url']))
Expand Down

0 comments on commit 607c00a

Please sign in to comment.