We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7b44b commit 3a047e1Copy full SHA for 3a047e1
lib/i18n/sfMessageSource_XLIFF.class.php
@@ -183,7 +183,7 @@ public function save($catalogue = 'messages')
183
$lastNodes = $xpath->query('//trans-unit[not(@id <= preceding-sibling::trans-unit/@id) and not(@id <= following-sibling::trans-unit/@id)]');
184
if (null !== $last = $lastNodes->item(0))
185
{
186
- $count = i(int) $last->getAttribute('id');
+ $count = (int) $last->getAttribute('id');
187
}
188
else
189
0 commit comments