05-17-2017, 09:08 PM
|
|
|
|
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dan325ci
Yes same issue here.
Anyone have a fix for 4.2.5?
|
Try this:
Quote:
Originally Posted by Domenico
On line 14 replace:
Code:
parent::vB_HumanVerify_Abstract($registry);
with:
Code:
parent::__construct($registry);
That's it.
|
|