Do not recurse link share fetching
* Might fix an issue on oracle
This commit is contained in:
parent
b5d3e877f1
commit
2d7bbf4a63
|
@ -906,6 +906,11 @@ class Manager implements IManager {
|
|||
break;
|
||||
}
|
||||
|
||||
// If there was no limit on the select we are done
|
||||
if ($limit === -1) {
|
||||
break;
|
||||
}
|
||||
|
||||
$offset += $added;
|
||||
|
||||
// Fetch again $limit shares
|
||||
|
|
Loading…
Reference in New Issue