diff --git a/Sources/tasks/UpdateUnicode.php b/Sources/tasks/UpdateUnicode.php index 516a57a9ce..df793932a9 100644 --- a/Sources/tasks/UpdateUnicode.php +++ b/Sources/tasks/UpdateUnicode.php @@ -407,7 +407,7 @@ class Update_Unicode extends SMF_BackgroundTask */ public function execute() { - global $sourcedir, $smcFunc; + global $sourcedir, $smcFunc, $txt; /***************** * Part 1: Setup *