Update DraggableViews.php
Open
requested to merge issue/draggableviews-3346320:3346320-undefined-draggableviewsstructureparent into 2.1.x
1 unresolved thread
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 1
− 1
@@ -56,7 +56,7 @@ class DraggableViews {
Using
isset()
will returnTRUE
ifdraggableviews_structure_parent
isNULL
, so we should probably protect against that as well.Using property_exists() would be a bit cleaner. Something like this: