Skip to content

Commit

Permalink
Alternative fix for issue #10 proposed by @Knight-Yoshi
Browse files Browse the repository at this point in the history
  • Loading branch information
daylightstudio committed Jul 6, 2016
1 parent 5e78af0 commit ddfac8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/Form_entries_model.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

require_once(FUEL_PATH.'models/base_module_model.php');
require_once(FUEL_PATH.'models/'.(( version_compare(FUEL_VERSION, '1.4', '<') ) ? 'b' : 'B').'ase_module_model.php');

class Form_entries_model extends Base_module_model {

Expand Down
2 changes: 1 addition & 1 deletion models/Forms_model.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

require_once(FUEL_PATH.'models/base_module_model.php');
require_once(FUEL_PATH.'models/'.(( version_compare(FUEL_VERSION, '1.4', '<') ) ? 'b' : 'B').'ase_module_model.php');

class Forms_model extends Base_module_model {

Expand Down

0 comments on commit ddfac8e

Please sign in to comment.