return result from getL10N

This commit is contained in:
Robin Appelman 2013-07-22 15:52:02 +02:00
parent 57d178274d
commit d509a0c403
1 changed files with 1 additions and 1 deletions

View File

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