Bug #37954
probably wrong: "prefixID" instead of "prefixId"
| 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) {
Associated revisions
12.09.2012 Ingo Schmitt <is@marketing-factory.de>
- 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
12.09.2012 Ingo Schmitt <is@marketing-factory.de>
- 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