Skip to content

Commit

Permalink
Dev: removed relation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac authored and TonisOrmisson committed Jul 14, 2017
1 parent 496f055 commit c235fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function rules()
public function relations()
{
return array(
'globalConfig' => array(self::HAS_ONE, 'TemplateConfiguration', array('templates_name' => 'name') , 'condition'=>("sid IS NULL AND gsid IS NULL") ),

);
}

Expand Down

0 comments on commit c235fef

Please sign in to comment.