Closed (fixed)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Mar 2012 at 23:13 UTC
Updated:
7 May 2012 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
patoshi commentedok so i fixed this by adding the following conditional on top of it:
if (isset($view->disabled)) {
if (!$view->disabled) {
$views[] = $name;
}
}
obviously theres a better way to fix this. so its up for grabs.
Comment #2
IWasBornToWin commentedhaving same problem
Comment #3
IWasBornToWin commentedIt's been about 10 days since this was posted so I'm changing the priority. No site can use this when they are constantly getting a dozen of these red notices.
Any suggestions besides rolling back to earlier version?
Comment #4
dixon_I have the same problem. I think it might have appeared when I updated Views. Anyhow, here's a very simple patch that solves the problem.
I'm gonna put this as RTBC, because it's a trivial fix.
Comment #5
dixon_Hang on. Mind slip! Here's a better one, also using proper API functions for the task ;)
Comment #6
sunThanks for reporting, reviewing, and testing! Committed to all 3.x branches.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.