Skip to content
Snippets Groups Projects
Commit d509a0c4 authored by Robin Appelman's avatar Robin Appelman
Browse files

return result from getL10N

parent 57d17827
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ class Util {
* @return OC_L10N
*/
public static function getL10N( $application ) {
\OC_L10N::get( $application );
return \OC_L10N::get( $application );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment