Commit 203f4bfe by Qiang Xue

Fixes issue #643

parent 8bf0a9b1
......@@ -195,7 +195,7 @@ abstract class Module extends Component
if ($this instanceof Application) {
return '';
} elseif ($this->module) {
return $this->module->getUniqueId() . '/' . $this->id;
return ltrim($this->module->getUniqueId() . '/' . $this->id, '/');
} else {
return $this->id;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment