Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Used the registered "post_controller_construtor" instead of calling t…
Browse files Browse the repository at this point in the history
…he method on KB_Controller.
  • Loading branch information
bkader committed Apr 28, 2018
1 parent 520ac65 commit 1fcf413
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/skeleton/core/KB_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ public function __construct()
// Load application main library.
$this->load->driver('kbcore');

// Load modules "init.php" files.
$this->router->load_modules();

// Get current module's details.
$this->module = $this->router->module_details($this->router->fetch_module());

Expand Down

0 comments on commit 1fcf413

Please sign in to comment.