Merge pull request #4154 from owncloud/return-ocl10n

return result from getL10N
This commit is contained in:
Kondou 2013-07-22 08:05:32 -07:00
commit bc86ce00cf
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Util {
* @return OC_L10N
*/
public static function getL10N( $application ) {
\OC_L10N::get( $application );
return \OC_L10N::get( $application );
}
/**