Add module prefix to class name.

This commit is contained in:
hkreuter 2016-04-14 12:05:32 +02:00
parent 3324432b62
commit 321f7f856d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/**
* Article detailed information widget.
*/
class oewArticleDetails extends oewArticleDetails_parent
class oeCaptchaWArticleDetails extends oeCaptchaWArticleDetails_parent
{
/**
* Class handling CAPTCHA image.

View File

@ -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',