Fixes to OSB to work with KH 3.3
This commit is contained in:
15
application/classes/Model/Currency.php
Normal file
15
application/classes/Model/Currency.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OSB Currency Model
|
||||
*
|
||||
* @package OSB
|
||||
* @subpackage Modules
|
||||
* @category Models
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
class Model_Currency extends ORM_OSB {
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user