mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 10:15:49 +00:00
Fixed bug in getArbitraryResources()
This commit is contained in:
parent
f87df53791
commit
fc12ea18b8
@ -329,7 +329,7 @@ public class HSQLDBArbitraryRepository implements ArbitraryRepository {
|
|||||||
String identifierResult = resultSet.getString(3);
|
String identifierResult = resultSet.getString(3);
|
||||||
|
|
||||||
// We should filter out resources without names
|
// We should filter out resources without names
|
||||||
if (name == null) {
|
if (nameResult == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user