CHtml $_count protected not private

Hi,

due to some changes I nees to some helpers i have extended CHtml and in particular the function submitButton. Inside it i need the $_count variable to create correctly the name properties (as done in the original submitButton function) but it is not accessible.

Can you change it from private to protected?

Done.