Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
attus74 committed Feb 18, 2022
1 parent 6d0f304 commit 4b4e911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ private function _createContentModule($name, $label = FALSE, $path = FALSE)
file_put_contents($dir . '/' . $name . '.info.yml', Yaml::encode($info));
$this->_moduleName = $name;
$this->_moduleDir = $dir;
$this->_modulePath = $this->_moduleDir;
}
$this->_modulePath = $this->_moduleDir;
}

protected function _createPermissions()
Expand Down

0 comments on commit 4b4e911

Please sign in to comment.