]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unnecessary variable
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 29 May 2013 13:14:15 +0000 (15:14 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 29 May 2013 13:14:15 +0000 (15:14 +0200)
lib/public/share.php

index 2b7bf59219fa21f9c7b2f7af24a435c31f4f8c37..8508eb96e5e7121b100649c3208a141cf7a16886 100644 (file)
@@ -207,8 +207,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) {