From 2e35d292232cc6a3e5be5d2f8c51e5ae42b68307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 30 Apr 2018 21:59:48 +0200 Subject: [PATCH] CiteDataModule: Remove origin restriction Without this change it would no longer load in safe mode (T185303) because the module would be missing. I think this has been copy-pasted from VisualEditor, see commit I6d097ccbf1dc2462843219adcf96bf8313e30289 there for explanation. Bug: T185303 Change-Id: I6f6857ec50e7b8c6e25022024c29b59726c656e3 --- includes/CiteDataModule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/CiteDataModule.php b/includes/CiteDataModule.php index 45b74d614..c58fa5fc0 100644 --- a/includes/CiteDataModule.php +++ b/includes/CiteDataModule.php @@ -10,7 +10,6 @@ */ class CiteDataModule extends ResourceLoaderModule { - protected $origin = self::ORIGIN_USER_SITEWIDE; protected $targets = [ 'desktop', 'mobile' ]; /** @inheritDoc */