View Issue Details

IDProjectCategoryView StatusLast Update
0001338OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
ReporterMBa Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.2.0 revision 23610 
Summary0001338: In 'forgetpwd.tpl' is a logic which never will be executed
DescriptionIn the basictemplate in 'forgetpwd.tpl' is a logic which never can happen.


[{ if $oView->getForgotEmail()}] is in a else-part of a if-statement with the same condition.
Additional Information  [{ if $oView->getForgotEmail()}][{*line 69*}]
    ....
  [{else}][{*line 84*}]
    ....
          [{ if $oView->getForgotEmail()}]
            <tr>
              <td></td>
              <td>[{ oxmultilang ident="FORGOTPWD_PWDWASSEND" }] [{$oView->getForgotEmail()}]</td>
            </tr>
          [{ /if}]
    ....
  [{ /if}][{*line 115*}]
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-09-24 14:39

reporter   ~0001818

fixed