Skip to content

Commit

Permalink
Fix bug to pass tests on codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
hadimansouri committed Mar 28, 2019
1 parent 886d00e commit 654e75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bank/urls/backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'params' => array(
'model' => 'Bank_Backend',
'view' => 'global',
'sql' => 'deleted=false'
'sql' => new Pluf_SQL('deleted=%s', array(FALSE))
)
),
array(
Expand Down

0 comments on commit 654e75f

Please sign in to comment.