Project

General

Profile

Actions

Bug #23617

closed

Applying patch 13815 fails - numberFormat is not working

Added by Björn Jacob over 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I've tested the new stdWrap function numberFormat: I've patched a working 4.4.x installation with the code provided in #22279. I was wondering why the code is not working till I realised there's a missing dot.

Right now the code looks like this:
$content = $this->numberFormat($content, $conf['numberFormat']);

But it should be (see the missing dot at the end:
$content = $this->numberFormat($content, $conf['numberFormat.']);

(issue imported from #M15817)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22279: Add .numberFormat function to stdWrapClosedSteffen Kamper2010-03-15

Actions
Actions #1

Updated by Chris topher almost 13 years ago

I have just tested this with master and it has been fixed.
The dot is there and numberFormat is working.

Actions #2

Updated by Steffen Gebert almost 13 years ago

  • Category deleted (Communication)
  • Status changed from New to Rejected
  • Target version deleted (0)
Actions

Also available in: Atom PDF