Skip to content

Commit

Permalink
fix(core): 🐛 add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 8, 2024
1 parent f2393a7 commit 049366a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/Partials/PageTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
use MediaWiki\MediaWikiServices;

final class PageTools extends Partial {
/** @var null|array for caching purposes */
private $languages;

/**
* Get page-related tools template data
* TODO: Break this down and clean up when 1.39
Expand Down

0 comments on commit 049366a

Please sign in to comment.