Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Fix counting of rules in Ardent::updateUniques. #103

Closed
wants to merge 1 commit into from
Closed

Fix counting of rules in Ardent::updateUniques. #103

wants to merge 1 commit into from

Conversation

borfast
Copy link

@borfast borfast commented Sep 13, 2013

Change from if (count($rules == 0)) to if (count($rules) == 0).

Change from `if (count($rules == 0))` to `if (count($rules) == 0)`.
@igorsantos07
Copy link
Member

Duplicated of #97, already merged. Thanks anyway!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants