Skip to content

Commit

Permalink
Merge pull request #7838 from Sesquipedalian/update_unicode_txt
Browse files Browse the repository at this point in the history
Adds missing global
  • Loading branch information
Sesquipedalian authored Sep 21, 2023
2 parents b422e7a + a858b12 commit be48aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/tasks/UpdateUnicode.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class Update_Unicode extends SMF_BackgroundTask
*/
public function execute()
{
global $sourcedir, $smcFunc;
global $sourcedir, $smcFunc, $txt;

/*****************
* Part 1: Setup *
Expand Down

0 comments on commit be48aff

Please sign in to comment.