Skip to content

Commit

Permalink
Adds missing global
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Sep 21, 2023
1 parent b422e7a commit a858b12
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 a858b12

Please sign in to comment.