Do not recurse link share fetching
* Might fix an issue on oracle
This commit is contained in:
parent
6509220f82
commit
3f8c998afe
1 changed files with 5 additions and 0 deletions
|
@ -881,6 +881,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 a new issue