Created
August 22, 2016 11:54
-
-
Save Renrhaf/175a2972cfa5eb795ef3b63b8b7ba046 to your computer and use it in GitHub Desktop.
AFOUND-818
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
From b4cb492a183d8f00d27f1476cde026c91b399c28 Mon Sep 17 00:00:00 2001 | |
From: Renrhaf <[email protected]> | |
Date: Mon, 22 Aug 2016 13:53:32 +0200 | |
Subject: [PATCH] AFOUND-818: fix views_content_cache nodequeue support | |
--- | |
foundation.make | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/foundation.make b/foundation.make | |
index d065c0e..c6b6f45 100755 | |
--- a/foundation.make | |
+++ b/foundation.make | |
@@ -190,7 +190,7 @@ projects[views_content_cache][version] = 3.0-alpha3 | |
projects[views_content_cache][subdir] = "contrib" | |
; See http://jira.newtech.arte.tv/browse/AFOUND-757 | |
; See https://www.drupal.org/node/1185268 | |
-projects[views_content_cache][patch][] = "https://www.drupal.org/files/issues/views_content_cache-nodequeue_plugin-1185268-22.patch" | |
+projects[views_content_cache][patch][] = "https://www.drupal.org/files/issues/views_content_cache-nodequeue_plugin-1185268-27.patch" | |
projects[breakpoints][version] = 1.4 | |
projects[breakpoints][subdir] = "contrib" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment