View Issue Details

IDProjectCategoryView StatusLast Update
0006092OXID eShop (all versions)4.06. Language and translationspublic2015-03-19 14:41
Reporterheinrich.franz Assigned To 
PrioritynormalSeveritytextReproducibilityunable to reproduce
Status closedResolutionno change required 
Product Version4.9.3 / 5.2.3 
Summary0006092: OPEN_PERSONAL_ACCOUNT is used instead of OPEN_ACCOUNT
DescriptionThere is no OPEN_PERSONAL_ACCOUNT key in de/lang.php but OPEN_ACCOUNT. Should it be the key OPEN_ACCOUNT in code?
TagsNo tags attached.
Attached Files
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

QA

2015-03-19 14:41

administrator   ~0010816

There's an entry in

application/views/mobile/en/map.php
and
application/views/mobile/de/map.php

looking like this:

'PAGE_CHECKOUT_USER_OPTION_REGISTRATION' => 'OPEN_PERSONAL_ACCOUNT',

which isn't really used at all in code (looks like it's there for some backwards compatibility?).

OPEN_ACCOUNT, on the other hand, is actually used. So this isn't a bug.