diff options
| -rw-r--r-- | main/src/cgeo/geocaching/cgBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java index fc573a5..1e9eb7a 100644 --- a/main/src/cgeo/geocaching/cgBase.java +++ b/main/src/cgeo/geocaching/cgBase.java @@ -4164,7 +4164,7 @@ public class cgBase { } // store images from logs - if (settings.storelogimages) { + if (settings.storelogimages && cache.logs != null) { for (cgLog log : cache.logs) { if (CollectionUtils.isNotEmpty(log.logImages)) { for (cgImage oneLogImg : log.logImages) { |
