Apply coding style guide
This commit is contained in:
parent
a9a27306de
commit
41898a473e
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue