Skip to content

Commit

Permalink
filtering out data from rows that are linked to plugins that are disa…
Browse files Browse the repository at this point in the history
…bled
  • Loading branch information
dogmatic69 committed May 25, 2012
1 parent d37195e commit 91e45d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Events/Model/Behavior/EventBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function beforeFind($Model, $query) {
$query['conditions'] = !empty($query['conditions']) ? (array)$query['conditions'] : array();

if($Model->hasField('plugin')) {
//$this->__getPossiblePlugins($Model, 'plugin', $query['conditions']);
$this->__getPossiblePlugins($Model, 'plugin', $query['conditions']);
}

if($Model->hasField('model')) {
Expand Down

0 comments on commit 91e45d3

Please sign in to comment.