CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37954

probably wrong: "prefixID" instead of "prefixId"

Added by Martin Bless 11 months ago. Updated 8 months ago.

Status:Resolved Start date:2012-06-12
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Bug Spent time: 0.10 hour
Target version:-
Votes: 0

Description

Looks like a bug to me as this "prefixID" is the only occurrence. It means that the "if" is always true. Patch is appended.

Index: pi1/class.tx_commerce_pi1.php
===================================================================
--- pi1/class.tx_commerce_pi1.php    (Revision 63341)
+++ pi1/class.tx_commerce_pi1.php    (Arbeitskopie)
@@ -52,7 +52,7 @@
         parent::init($conf);

         // Merge default vars, if other prefix_id
-        if ($this->prefixID <> 'tx_commerce_pi1') {
+        if ($this->prefixId <> 'tx_commerce_pi1') {
             $tx_commerce_vars = t3lib_div::_GP('tx_commerce');
             if (is_array($tx_commerce_vars)) {
                 foreach($tx_commerce_vars as $key => $value) {

class.tx_commerce_pi1.php.r63341.diff (534 Bytes) Martin Bless, 2012-06-12 12:49

Associated revisions

Revision 65987
Added by Ingo Schmitt 8 months ago

12.09.2012 Ingo Schmitt <>
  • Fixed Issue #40480, Thanks to Sebastian Fischer
  • Fixed Issue #40483, Thanks to Sebsatian Fischer
  • Fixed Issue #40481, Thanks to Sebastian Fischer
  • Fixed Issue #40480, Thanks to Sebsatian Fischer
  • Fixed Issue #40479, Thanks to Sebsatian Fischer
  • Fixed Issue #40478, Thanks to Sebsatian Fischer
  • Fixed Issue #40477, Thanks to Sebsatian Fischer
  • Fixed Issue #37954, Thanks to Martin Bless
  • Set to Version 0.13.6

Revision 65987
Added by Ingo Schmitt 8 months ago

12.09.2012 Ingo Schmitt <>
  • Fixed Issue #40480, Thanks to Sebastian Fischer
  • Fixed Issue #40483, Thanks to Sebsatian Fischer
  • Fixed Issue #40481, Thanks to Sebastian Fischer
  • Fixed Issue #40480, Thanks to Sebsatian Fischer
  • Fixed Issue #40479, Thanks to Sebsatian Fischer
  • Fixed Issue #40478, Thanks to Sebsatian Fischer
  • Fixed Issue #40477, Thanks to Sebsatian Fischer
  • Fixed Issue #37954, Thanks to Martin Bless
  • Set to Version 0.13.6

History

Updated by Ingo Schmitt 8 months ago

  • Status changed from New to Resolved

Fixed in Revision 56979

Also available in: Atom PDF