ConcreteValidationHelper possible override bug ?
Permalink
Hi I have been trying to override the helper
ConcreteValidationHelper
which is found in
so I copied it all and place it here
I have tried
just
and even what i have been told is the old old way
but it want take effect does any one have any ideas ?
thanks alot
concrete5.6.2.1
ConcreteValidationHelper
which is found in
root\concrete\helpers\concrete
so I copied it all and place it here
root\helpers\concrete
I have tried
class ConcreteValidationHelper extends Concrete5_Helper_Concrete_Validation {
just
class ConcreteValidationHelper {
and even what i have been told is the old old way
class SiteConcreteValidationHelper extends ConcreteValidationHelper{
but it want take effect does any one have any ideas ?
thanks alot
concrete5.6.2.1