From 321f7f856dba4a10428d5cd9128e1fffee23f10e Mon Sep 17 00:00:00 2001 From: hkreuter Date: Thu, 14 Apr 2016 12:05:32 +0200 Subject: [PATCH] Add module prefix to class name. --- .../{oewarticledetails.php => oecaptchawarticledetails.php} | 2 +- metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename application/component/widget/{oewarticledetails.php => oecaptchawarticledetails.php} (87%) diff --git a/application/component/widget/oewarticledetails.php b/application/component/widget/oecaptchawarticledetails.php similarity index 87% rename from application/component/widget/oewarticledetails.php rename to application/component/widget/oecaptchawarticledetails.php index cd083d3..773159e 100644 --- a/application/component/widget/oewarticledetails.php +++ b/application/component/widget/oecaptchawarticledetails.php @@ -6,7 +6,7 @@ /** * Article detailed information widget. */ -class oewArticleDetails extends oewArticleDetails_parent +class oeCaptchaWArticleDetails extends oeCaptchaWArticleDetails_parent { /** * Class handling CAPTCHA image. diff --git a/metadata.php b/metadata.php index 131185a..2b11c23 100755 --- a/metadata.php +++ b/metadata.php @@ -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',