You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} else if (!is_numeric($this->getRequest('node_id')) && !is_array($this->getRequest('node_id'))) { // Throw error if the 'limit' argument is set but not a number. $this->throwError(21, 'node_id'); }
line 5150
`if (!empty($conditions['node_id'])) {
if (is_array($conditions['node_id'])) {
Nodes where array( 1, 2, 3, ....)
line 2556
} else if (!is_numeric($this->getRequest('node_id')) && !is_array($this->getRequest('node_id'))) { // Throw error if the 'limit' argument is set but not a number. $this->throwError(21, 'node_id'); }
line 5150
`if (!empty($conditions['node_id'])) {
if (is_array($conditions['node_id'])) {
The text was updated successfully, but these errors were encountered: