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