Fix queue links/count for maintainers
This commit is contained in:
committed by
Chris Morgan
parent
03b614fd10
commit
dd6f0109bf
@@ -652,10 +652,10 @@ class screenshot
|
||||
function objectGetEntries($sState, $iRows = 0, $iStart = 0)
|
||||
{
|
||||
return appData::objectGetEntries($sState, $iRows, $iStart,
|
||||
"screenshot");
|
||||
'screenshot');
|
||||
}
|
||||
|
||||
function objectGetEntriesCount($sState, $iRows = 0, $iStart = 0)
|
||||
function objectGetEntriesCount($sState)
|
||||
{
|
||||
return appData::objectGetEntriesCount($sState, 'screenshot');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user