1
0
Fork 0

Merge pull request #3196 from thaiphan/master

Update RuleWatchNode.php
pull/3212/head
Nils Adermann 2014-08-11 17:46:48 +02:00
commit 1e27ff5e22
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class RuleWatchNode
$literals = $this->rule->getLiterals();
// if there are only 2 elements, both are being watched anyway
if ($literals < 3) {
if (count($literals) < 3) {
return;
}