Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line...
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 15 Oct 2009 07:08:56 +0000 (07:08 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 15 Oct 2009 07:08:56 +0000 (07:08 +0000)
commit9509e98ebb4883222e4bb4cfa60a9169ad9f6e38
tree3618138929b11f3d1264a1983300aadf29c1159b
parent06bfe302b7fbf01090540a7aef1a39c0b6eade94
Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki
Initialize $text to avoid this notice.
But I am unsure if this is enough. The variable $text seems unused for a long time until a hook, introduced in r53818, uses it.
includes/Export.php