Plugin Directory

Changeset 2164836


Ignore:
Timestamp:
09/28/2019 10:54:30 AM (7 years ago)
Author:
qurl
Message:

#DW-7 Fixed Parameter must be an array or an object that implements Countable in dynwid_worker.php on line 526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-widgets/trunk/dynwid_worker.php

    r1698398 r2164836  
    524524                        }
    525525                    /* Only Author */
    526                     } else if ( count($act_author) > 0 && count($act_category == 0) ) {
     526                    } else if ( count($act_author) > 0 && count($act_category) == 0 ) {
    527527                        if ( in_array($post->post_author, $act_author) ) {
    528528                            $display = $other;
Note: See TracChangeset for help on using the changeset viewer.