Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.10-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 06:20 UTC
Updated:
18 Aug 2010 at 12:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
robmilne commentedI've never seen these kinds of errors before. Is drupal functioning OK with this module disabled?
Comment #2
robmilne commentedOK, your setup appears to less forgiving wrt objects that don't exist. This patch should clean up the above errors but there are many instances where I use
if(object)to condition an action. Usingisset()or equivalent is good practice - especially for compiled code - but PHP has never complained to me about it.Comment #3
nhck commentedComment #4
nhck commentedThis has been committed a long time ago. Thank you rob :-)