Skip to content

Commit

Permalink
Addressing #335
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwb authored Nov 6, 2022
1 parent dfb99c2 commit 8cd7776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/classes/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class Setup extends Settings

public function __construct ()
{
// Check for required extensions, before calling parent
$this->extensionsLoaded ($this->extensions);

// Construct parent class
parent::__construct ();

// Check for required extensions
$this->extensionsLoaded ($this->extensions);

// Intl extension presence indicator
$this->hasIntl = extension_loaded ('intl');

Expand Down

0 comments on commit 8cd7776

Please sign in to comment.