-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved features-override to patched module folder and applied patch #5 …
- Loading branch information
1 parent
72efa96
commit 7a31097
Showing
12 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
...es/patched/features_override/features_override-pass-variable-by-reference-1823388-5.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/features_override.export.inc b/features_override.export.inc | ||
index 99743b4..7b29990 100644 | ||
--- a/features_override.export.inc | ||
+++ b/features_override.export.inc | ||
@@ -147,7 +147,8 @@ function features_override_module_component_overrides($module, $component, $rese | ||
|
||
// This indicates it is likely not controlled by features, so fetch manually. | ||
if (!$normal && is_array($default)) { | ||
- $code = array_pop(features_invoke($component, 'features_export_render', $module, array_keys($default), NULL)); | ||
+ $export = features_invoke($component, 'features_export_render', $module, array_keys($default), NULL); | ||
+ $code = array_pop($export); | ||
if (!$code) { | ||
return FALSE; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.