Skip to content

Commit ce98e14

Browse files
reset metadataversion on load
as I remember this is needed for code that calls load multi le times with different module ids
1 parent eed0c4a commit ce98e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/InternalModule.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function load($id)
3939
{
4040
$this->checked = false;
4141
$this->state = self::FINE;
42+
$this->metaDataVersion = null;
4243
$res = parent::load($id);
4344
return $res;
4445
}

0 commit comments

Comments
 (0)