remove unnecessary variable

This commit is contained in:
Björn Schießle 2013-05-29 15:14:15 +02:00
parent 63a2bec6e5
commit 8587f565d2

View 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) {