We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eb0f5 commit 44dd97bCopy full SHA for 44dd97b
include/classes/share.class.php
@@ -129,8 +129,8 @@ function getMaxArchiveShareId() {
129
* return array data Returns an array with usernames as keys for easy access
130
**/
131
function getArchiveShares($iCount) {
132
- $iMinId = $this->getMinArchiveShareId($iCount);
133
$iMaxId = $this->getMaxArchiveShareId();
+ $iMinId = $this->getMinArchiveShareId($iCount);
134
$stmt = $this->mysqli->prepare("
135
SELECT
136
a.id,
0 commit comments