diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-01-13 14:28:49 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-01-13 14:28:49 +0100 |
commit | 617acbd6f9e93254c31987639cc4915dceb7c4c0 (patch) | |
tree | f23296b22fbd833809ebf1ca5598208a425c1c31 /lib/public/util.php | |
parent | 85e00ad35a63d2d728140f3ece685d79d7a6140c (diff) | |
download | nextcloud-server-617acbd6f9e93254c31987639cc4915dceb7c4c0.tar.gz nextcloud-server-617acbd6f9e93254c31987639cc4915dceb7c4c0.zip |
Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search
Diffstat (limited to 'lib/public/util.php')
-rw-r--r-- | lib/public/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/util.php b/lib/public/util.php index 8e85f9afc3f..9f945f0feac 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -117,7 +117,7 @@ class Util { /** * get l10n object * @param string $application - * @return OC_L10N + * @return \OC_L10N */ public static function getL10N( $application ) { return \OC_L10N::get( $application ); |