Transforming a message uses automatically $wgTitle, which may not be set if running...
authorPlatonides <platonides@users.mediawiki.org>
Wed, 26 Jan 2011 00:23:39 +0000 (00:23 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 26 Jan 2011 00:23:39 +0000 (00:23 +0000)
commit90694b1ffd57a3fd68e554296612ad8fb2a304f7
treed0958e023474e33123977bce008ae8ac9ce34dc8
parent15c7dbed0807fb067619d292fbff1d727a7e9e92
Transforming a message uses automatically $wgTitle, which may not be set if running from eg. a script, usecase broken by r80819.
Creating a new title in transformMsg() in such case. Reverting r80987 (its revert), and r80898 (workaround).

Confirmed that now both the installer and extensions/Translate/scripts/sync-group.php work.
includes/installer/Installer.php
includes/parser/Parser.php