From 6d667c02fca8cee14bdfde2344ad1b42dd9cebb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Wed, 29 May 2013 15:14:15 +0200 Subject: [PATCH] remove unnecessary variable --- lib/public/share.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/public/share.php b/lib/public/share.php index b9af2bc4086..567fc324d8d 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -208,8 +208,7 @@ class Share { // let's get the parent for the next round $meta = $cache->get((int)$source); - $parent = $meta['parent']; - $source = $parent; + $source = $meta['parent']; } // Include owner in list of users, if requested if ($includeOwner) { -- 2.39.5