mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Fix Scrutinizer reported errors
This commit is contained in:
parent
4a2d7b97f6
commit
80cd08ed04
29 changed files with 117 additions and 92 deletions
|
@ -31,8 +31,8 @@
|
|||
class XML_Data
|
||||
{
|
||||
// This is added so that we don't pop any webservers
|
||||
private static $limit = '5000';
|
||||
private static $offset = '0';
|
||||
private static $limit = 5000;
|
||||
private static $offset = 0;
|
||||
private static $type = '';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue