compatibility patch for ez4.1.3
You need to be logged in to post messages in the forums. New users may register here.
|
Filippo De Santis
Member since: 02 October 2009
Posts: 1
|
Friday 08 January 2010 4:08:38 pm
This is a patch to apply to the actual reCaptcha extension, to get it works with eZ Publish 4.1.3.
Index: settings/module.ini.append.php
===================================================================
--- settings/module.ini.append.php (revision 5)
+++ settings/module.ini.append.php (working copy)
@@ -2,5 +2,6 @@
[ModuleSettings]
ExtensionRepositories[]=recaptcha
+ModuleList[]=recaptcha
*/ ?>
Index: modules/recaptcha/module.php
===================================================================
--- modules/recaptcha/module.php (revision 5)
+++ modules/recaptcha/module.php (working copy)
@@ -1,6 +1,10 @@
<?php
$Module = array( "name" => "reCAPTCHA" );
+
+$ViewList = array();
+
+$FunctionList = array();
$FunctionList['bypass_captcha'] = array();
Hope it helps.
Filippo & Michele
|
|
You need to be logged in to post messages in the forums. New users may register here.