We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52cb6a8 + eed3963 commit 6452776Copy full SHA for 6452776
1 file changed
Controller/Component/DataTableComponent.php
@@ -129,7 +129,7 @@ public function beforeRender(Controller $controller) {
129
$this->Controller->set('dtColumns', $this->_columns);
130
if ($this->isDataTableRequest()) {
131
if (!isset($this->_params['model'])) {
132
- throw new Exception('DateTableComponent: Model not specified for request.');
+ throw new Exception('DataTableComponent: Model not specified for request.');
133
}
134
$this->process($this->_params['model']);
135
@@ -402,4 +402,4 @@ public function getDefaults($alias) {
402
return array_merge($this->_defaults, parent::getDefaults($alias));
403
404
405
-}
+}
0 commit comments