Acknowledge that gadgets have their position explicitly defined

Bug: T97410
Change-Id: Ie5dff4f63a0068f47daf4e6d1fcc7a99d008ca52
This commit is contained in:
Gilles Dubuc 2015-05-26 12:04:33 +02:00
parent 9383a1fd20
commit 3b141e7276

View file

@ -474,6 +474,7 @@ class GadgetResourceLoaderModule extends ResourceLoaderWikiModule {
$this->dependencies = $dependencies;
$this->targets = $targets;
$this->position = $position;
$this->isPositionDefined = true;
}
/**