Skip to content

Commit

Permalink
typo in element name
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 14, 2014
1 parent f111fb5 commit 2054206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/ClassHelper.php
Expand Up @@ -38,7 +38,7 @@ public function arrayProperty($name, $value, $params = []) {
'name' => $name,
'value' => $value
];
return $this->_View->element('arrayProperty', $params);
return $this->_View->element('array_property', $params);
}

}

0 comments on commit 2054206

Please sign in to comment.