Actions
Bug #23617
closedApplying patch 13815 fails - numberFormat is not working
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)
Updated by Chris topher over 13 years ago
I have just tested this with master and it has been fixed.
The dot is there and numberFormat is working.
Updated by Steffen Gebert over 13 years ago
- Category deleted (
Communication) - Status changed from New to Rejected
- Target version deleted (
0)
Actions