Also extend public server interface

This commit is contained in:
Robin Appelman 2014-08-31 10:20:00 +02:00
parent d0266c0bf8
commit a58e670ae5
1 changed files with 2 additions and 1 deletions

View File

@ -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