Enable the media page in offline mode
authorAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2020 17:30:50 +0000 (18:30 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 23 Dec 2020 17:30:50 +0000 (18:30 +0100)
This is consistent with the existing exception from the forced login (`AbstractPage::forceLogin()`).

Fixes #3836

wcfsetup/install/files/lib/page/MediaPage.class.php

index b78ae5816ddb079f766a8c665abea2f48ae5094c..6d7e1c2a7cab2a7f58932a5214bb6f3d5289cf35 100644 (file)
@@ -17,6 +17,8 @@ use wcf\util\StringUtil;
  * @since      3.0
  */
 class MediaPage extends AbstractPage {
+       const AVAILABLE_DURING_OFFLINE_MODE = true;
+       
        /**
         * etag for the media file
         * @var string