* code for task #11318.
This commit is contained in:
@@ -56,6 +56,18 @@ class router extends baseRouter
|
||||
*/
|
||||
public $isFlow = false;
|
||||
|
||||
/**
|
||||
* Get the $moduleRoot var.
|
||||
*
|
||||
* @param string $appName
|
||||
* @access public
|
||||
* @return string
|
||||
*/
|
||||
public function getModuleRoot($appName = '')
|
||||
{
|
||||
return $this->moduleRoot;
|
||||
}
|
||||
|
||||
/**
|
||||
* Merge system and translated langs.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user