diff options
Diffstat (limited to 'modules/g2_import/helpers/g2_import.php')
| -rw-r--r-- | modules/g2_import/helpers/g2_import.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index 482f4089..ef8065ad 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -384,7 +384,7 @@ class g2_import_Core {      // Precaution: if the Gallery2 item was watermarked, or we have the Gallery3 watermark module      // active then we'd have to do something a lot more sophisticated here.  For now, just skip      // this step in those cases. -    if (module::is_installed("watermark")) { +    if (module::is_installed("watermark") && module::get_var("watermark", "name")) {        return;      } | 
