Merge pull request #4154 from owncloud/return-ocl10n

return result from getL10N
remotes/origin/stable6
Kondou 13 years ago
commit bc86ce00cf
  1. 2
      lib/public/util.php

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

Loading…
Cancel
Save