mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 02:11:28 -04:00
Merge pull request #4154 from owncloud/return-ocl10n
return result from getL10N
This commit is contained in:
commit
bc86ce00cf
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class Util {
|
|||
* @return OC_L10N
|
||||
*/
|
||||
public static function getL10N( $application ) {
|
||||
\OC_L10N::get( $application );
|
||||
return \OC_L10N::get( $application );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue