Current Path : /var/www/alh/admin/model/openbay/ |
Current File : /var/www/alh/admin/model/openbay/ebay_patch.php |
<?php class ModelOpenbayEbayPatch extends Model { public function runPatch($manual = true) { $this->load->model('setting/setting'); $this->openbay->ebay->loadSettings(); return true; } } ?>