Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
skalmi committed Oct 14, 2014
1 parent f21f630 commit 133b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ElasticsearchModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function beforeFind($queryData) {
* @return bool
*/
public function beforeSave($options = array()) {
if($this->opType == 'create' ) {
if ($this->opType == 'create' ) {
$this->data[$this->alias]['op_type'] = $this->opType;
}
$this->set('language', $this->language);
Expand Down

0 comments on commit 133b5b2

Please sign in to comment.