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
No related branches found
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.
Finish editing this message first!
Please register or to comment