Plugin Directory

Changeset 1885447


Ignore:
Timestamp:
06/01/2018 12:40:16 PM (8 years ago)
Author:
spotim
Message:

HOTFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spotim-comments/tags/4.3.2/inc/class-spotim-frontend.php

    r1883085 r1885447  
    240240
    241241        // Check wheter the singular and applied spotIm comments
    242         if (is_singular() && self::$options->get('display_comments_count') !== '0') {
     242        if (is_singular() && self::$options->get('display_comments_count') != null && self::$options->get('display_comments_count') !== '0') {
    243243
    244244            $spot_id = self::$options->get('spot_id');
Note: See TracChangeset for help on using the changeset viewer.