]> source.dussan.org Git - nextcloud-server.git/commitdiff
Apply coding style guide
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 24 Oct 2012 11:43:34 +0000 (14:43 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 24 Oct 2012 11:43:34 +0000 (14:43 +0300)
apps/files_sharing/public.php

index 5f74c8e5266161034676ae49f960aeaf4a7e96cf..db10a8faeee3937eccda93e30bd72b46fea562d0 100644 (file)
@@ -22,7 +22,8 @@ if (isset($_GET['token'])) {
 // Enf of backward compatibility\r
 \r
 function getID($path) {\r
-       // use the share table from the db to find the item source if the file was reshared because shared files are not stored in the file cache.\r
+       // use the share table from the db to find the item source if the file was reshared because shared files \r
+       //are not stored in the file cache.\r
        if (substr(OC_Filesystem::getMountPoint($path), -7, 6) == "Shared") {\r
                $path_parts = explode('/', $path, 5);\r
                $user = $path_parts[1];\r