mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2025-04-20 12:51:38 +02:00
Add module prefix to class name.
This commit is contained in:
parent
3324432b62
commit
321f7f856d
@ -6,7 +6,7 @@
|
|||||||
/**
|
/**
|
||||||
* Article detailed information widget.
|
* Article detailed information widget.
|
||||||
*/
|
*/
|
||||||
class oewArticleDetails extends oewArticleDetails_parent
|
class oeCaptchaWArticleDetails extends oeCaptchaWArticleDetails_parent
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Class handling CAPTCHA image.
|
* Class handling CAPTCHA image.
|
@ -42,7 +42,7 @@ $aModule = array(
|
|||||||
'invite' => 'oe/captcha/controllers/oecaptchainvite',
|
'invite' => 'oe/captcha/controllers/oecaptchainvite',
|
||||||
'pricealarm' => 'oe/captcha/controllers/oecaptchapricealarm',
|
'pricealarm' => 'oe/captcha/controllers/oecaptchapricealarm',
|
||||||
'suggest' => 'oe/captcha/controllers/oecaptchasuggest',
|
'suggest' => 'oe/captcha/controllers/oecaptchasuggest',
|
||||||
'oxwarticledetails' => 'oe/captcha/application/component/widget/oewarticledetails'),
|
'oxwarticledetails' => 'oe/captcha/application/component/widget/oecaptchawarticledetails'),
|
||||||
'files' => array(
|
'files' => array(
|
||||||
'oecaptcha' => 'oe/captcha/core/oecaptcha.php',
|
'oecaptcha' => 'oe/captcha/core/oecaptcha.php',
|
||||||
'oecaptchaEvents' => 'oe/captcha/core/oecaptchaevents.php',
|
'oecaptchaEvents' => 'oe/captcha/core/oecaptchaevents.php',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user