The problem:

Calls to classes implementing BlockController interface in cool.module does not provide the now required $delta argument.
This is raising fatal errors with PHP7 (so setting priority to major)

Proposed solution:

Add the required argument when calling BlockController methods.

The attached patch tries to implement the proposed solution, however I'm not sure I had done it right for some cases (eg in cool_block_info())

Comments

manu manu created an issue. See original summary.

  • pedrorocha committed 17d88b8 on 7.x-2.x
    Issues #2714575, #2828809, #2579269 by pedrorocha, joe-b, jidrone, manu...
pedrorocha’s picture

Status: Needs review » Fixed

Fixed on 2.0 release

Status: Fixed » Closed (fixed)

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