Also extend public server interface
This commit is contained in:
parent
d0266c0bf8
commit
a58e670ae5
|
@ -145,9 +145,10 @@ interface IServerContainer {
|
|||
/**
|
||||
* get an L10N instance
|
||||
* @param string $app appid
|
||||
* @param string $lang
|
||||
* @return \OCP\IL10N
|
||||
*/
|
||||
function getL10N($app);
|
||||
function getL10N($app, $lang = null);
|
||||
|
||||
/**
|
||||
* Returns the URL generator
|
||||
|
|
Loading…
Reference in New Issue