We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452776 commit 4b4ad6eCopy full SHA for 4b4ad6e
1 file changed
View/Helper/DataTableHelper.php
@@ -75,7 +75,6 @@ class DataTableHelper extends HtmlHelper {
75
*/
76
public function __construct(View $View, $settings = array()) {
77
parent::__construct($View, $settings);
78
- $this->settings = Hash::merge($this->settings, $settings);
79
if (isset($this->_View->viewVars['dtColumns'])) {
80
$dtColumns = $this->_View->viewVars['dtColumns'];
81
foreach($dtColumns as $model => $columns) {
0 commit comments