Skip to content
Snippets Groups Projects
Commit a58e670a authored by Robin Appelman's avatar Robin Appelman
Browse files

Also extend public server interface

parent d0266c0b
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment