- Timestamp:
- 02/05/16 15:12:03 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactioncomments.php
r3047 r3159 143 143 $ip_filter_active = true; 144 144 if ($core->blog->settings->antispam->antispam_filters !== null) { 145 $filters_opt = @unserialize($core->blog->settings->antispam->antispam_filters);145 $filters_opt = $core->blog->settings->antispam->antispam_filters; 146 146 if (is_array($filters_opt)) { 147 147 $ip_filter_active = isset($filters_opt['dcFilterIP']) && is_array($filters_opt['dcFilterIP']) && $filters_opt['dcFilterIP'][0]==1;
Note: See TracChangeset
for help on using the changeset viewer.