Forgot to set token variable

This commit is contained in:
Michael Gapczynski 2012-05-07 12:36:29 -04:00
parent 52d113b9e1
commit bf8b3b0696
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ require_once 'lib_share.php';
//get the path of the shared file
if (isset($_GET['token']) && $source = OC_Share::getSource($_GET['token'])) {
$token = $_GET['token'];
// TODO Manipulating the string may not be the best choice. Is there an alternative?
$user = substr($source, 1, strpos($source, "/", 1) - 1);
OC_Util::setupFS($user);