Fixes for live environment and updates to admin/service/update
This commit is contained in:
@@ -18,7 +18,7 @@ class Model_StaticPage extends ORMOSB {
|
||||
);
|
||||
|
||||
protected $_has_many = array(
|
||||
'staticpage_translate'=>array('foreign_key'=>'static_page_id'),
|
||||
'staticpage_translate'=>array('foreign_key'=>'static_page_id','far_key'=>'id'),
|
||||
);
|
||||
|
||||
protected $_belongs_to = array(
|
||||
|
Reference in New Issue
Block a user