simple fix attached.

CommentFileSizeAuthor
views_filter_anon_5.patch721 bytesfago

Comments

dawehner’s picture

Status: Needs review » Fixed

this is solved is dev

<?php
      'anon' => array(
        'field' => 'uid',
        'name' => t('Node: Author is Anonymous'),
        'operator' => 'views_handler_operator_eqneq',
        'list' => 'views_handler_filter_useranon',
        'value-type' => 'array',
        'help' => t('This allows you to filter by whether or not the node author is anonymous.'),
      ),
?>

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

fago’s picture

Status: Closed (fixed) » Needs review

It's not, the entry is still there and causing problems.

merlinofchaos’s picture

Can someone explain to me what is broken? I'm not a mind reader here.

merlinofchaos’s picture

Oh, never mind, this is 5.x. Nobody is maintaining 5.x at this time.

esmerel’s picture

Status: Needs review » Closed (won't fix)

At this time, only security fixes will be made to the 5.x version of Views.