Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fmizzell’s picture

Assigned: Unassigned » fmizzell
fmizzell’s picture

Status: Active » Needs review
FileSize
2.22 KB
oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.phpundefined
@@ -141,7 +141,7 @@ function cache_set($type) {
+  function cacheGet($type) {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.phpundefined
@@ -31,11 +31,11 @@ public function summaryTitle() {
+  function cacheGet($type) {

Add public access modifier in front of the functions to adher to the new OOP standards.

fmizzell’s picture

Status: Needs work » Needs review
FileSize
2.23 KB

Status: Needs review » Needs work

The last submitted patch, 7449722-rename-method-cache-get-4.patch, failed testing.

heddn’s picture

Failing tests. Please test and re-roll.

oenie’s picture

Status: Needs work » Needs review
oenie’s picture

Status: Needs review » Needs work

I really hate to do this ... but unfortunately we need a reroll, the patch doesn't apply anymore.

fmizzell’s picture

Status: Needs work » Needs review
FileSize
2.23 KB
aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
catch’s picture

Issue tags: -Novice, -VDC

Status: Reviewed & tested by the community » Needs work
Issue tags: +Novice, +VDC

The last submitted patch, 7449722-rename-method-cache-get-9.patch, failed testing.

oenie’s picture

Issue tags: +Needs reroll

Unfortunately we need a reroll, the patch doesn't apply anymore.

fmizzell’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
2.24 KB
aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed fc827a8 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.