Skip to content

Commit

Permalink
Fixing NullContext
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 28, 2014
1 parent 474abfd commit dc6a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Form/NullContext.php
Expand Up @@ -52,7 +52,7 @@ public function primaryKey() {
/**
* {@inheritDoc}
*/
public function isPrimaryKey() {
public function isPrimaryKey($field) {
return false;
}

Expand Down

0 comments on commit dc6a1b9

Please sign in to comment.