diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2024-02-08 09:56:54 -0500 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2024-02-08 11:07:01 -0500 |
commit | 4bae64d1c7f9e62d0f0953e124493ed76c7f7da7 (patch) | |
tree | 28d1c5b9c206493391725a02588cf70cfe204e01 /includes/actions/McrUndoAction.php | |
parent | 686ab5623a3c257f2db935850bb50684193613d1 (diff) | |
download | mediawikicore-4bae64d1c7f9e62d0f0953e124493ed76c7f7da7.tar.gz mediawikicore-4bae64d1c7f9e62d0f0953e124493ed76c7f7da7.zip |
Namespace includes/context
Bug: T353458
Change-Id: I4dbef138fd0110c14c70214282519189d70c94fb
Diffstat (limited to 'includes/actions/McrUndoAction.php')
-rw-r--r-- | includes/actions/McrUndoAction.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/actions/McrUndoAction.php b/includes/actions/McrUndoAction.php index 480ae5aa826a..e79fd7243b74 100644 --- a/includes/actions/McrUndoAction.php +++ b/includes/actions/McrUndoAction.php @@ -9,6 +9,7 @@ use MediaWiki\CommentFormatter\CommentFormatter; use MediaWiki\CommentStore\CommentStore; use MediaWiki\CommentStore\CommentStoreComment; use MediaWiki\Config\Config; +use MediaWiki\Context\IContextSource; use MediaWiki\Html\Html; use MediaWiki\Linker\Linker; use MediaWiki\MainConfigNames; |