Removed Budget Tables from Core -> moved to Extension

Fixed Problem during Extension installation
This commit is contained in:
Andreas Österreicher
2018-03-15 06:53:50 +01:00
parent 3126791c20
commit 68f934a5d0
3 changed files with 24 additions and 124 deletions
@@ -7,7 +7,7 @@ class Extensions_model extends DB_Model
*/
public function __construct()
{
parent::__construct();
parent::__construct('system');
$this->dbTable = 'system.tbl_extensions';
$this->pk = 'extension_id';
}