We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed0c4a commit ce98e14Copy full SHA for ce98e14
Core/InternalModule.php
@@ -39,6 +39,7 @@ public function load($id)
39
{
40
$this->checked = false;
41
$this->state = self::FINE;
42
+ $this->metaDataVersion = null;
43
$res = parent::load($id);
44
return $res;
45
}
0 commit comments