Skip to content

Commit

Permalink
Removed unnecessary / unused 'pagination' method from Trongate.php. T…
Browse files Browse the repository at this point in the history
…hank you, Avenirer from bringing this to our attention!
  • Loading branch information
trongate committed Aug 31, 2022
1 parent f738650 commit bbcbaf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/Trongate.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ public function load($helper) {
$this->$helper = new $helper;
}

public function pagination($pagination_data) {
require_once 'tg_helpers/'.$helper.'.php';
}

public function template($template_name, $data=NULL) {
$template_controller_path = '../templates/controllers/Templates.php';
require_once $template_controller_path;
Expand Down

0 comments on commit bbcbaf7

Please sign in to comment.