Show protection log on every use of moveddeleted-notice
[lhc/web/wiklou.git] / includes / page / ImagePage.php
index 76ff41b..67f9e09 100644 (file)
@@ -589,7 +589,7 @@ EOT
                                # Show deletion log to be consistent with normal articles
                                LogEventsList::showLogExtract(
                                        $out,
-                                       [ 'delete', 'move' ],
+                                       [ 'delete', 'move', 'protect' ],
                                        $this->getTitle()->getPrefixedText(),
                                        '',
                                        [ 'lim' => 10,