Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
Views Data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 22:19 UTC
Updated:
19 Jan 2010 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedIt appears that views_get_view() does not actually check the status of the single view it's loading against the variable that contains all the enabled/disabled statuses, while views_get_all_views() does.
I think it's always been this way. Apparently in 4 years no one has ever cared.
Comment #2
Mike Wacker commentedWell I care :)
Here's a patch which should fix it.
Comment #3
dawehnerPatch works fine.
Comment #4
merlinofchaos commentedCommitted to all branches.