Skip to content
Snippets Groups Projects
Commit 41898a47 authored by Thomas Müller's avatar Thomas Müller
Browse files

Apply coding style guide

parent a9a27306
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ if (isset($_GET['token'])) {
// Enf of backward compatibility
function getID($path) {
// 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.
// 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.
if (substr(OC_Filesystem::getMountPoint($path), -7, 6) == "Shared") {
$path_parts = explode('/', $path, 5);
$user = $path_parts[1];
......
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