remove unnecessary variable

remotes/origin/stable6
Björn Schießle 13 years ago
parent 63a2bec6e5
commit 8587f565d2
  1. 3
      lib/public/share.php

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

Loading…
Cancel
Save