Page MenuHomePhabricator

PageArchive::undeleteAsUser has to become a command
Closed, DuplicatePublic

Description

PageArchive::undeleteAsUser has to become a page command, UndeletePage.

Slight complication is that it's overridden by Video extension, so, VideoArchive::undeleteAsUser has to as well become a command, UndeleteVideo, and has to use delegation instead of inheritance.