backdrop-contrib / block_refresh

Allows blocks to automatically refresh their content.
GNU General Public License v2.0
1 stars 1 forks source link

PHP notice Trying to get property 'path' of non-object in block_refresh_block_content() #5

Closed jenlampton closed 2 years ago

jenlampton commented 3 years ago

I'm seeing this notice in the logs:

Notice: Trying to get property 'path' of non-object in block_refresh_block_content() (line 245 of backdrop/modules/contrib/block_refresh/block_refresh.module).

And I think it means the current layout isn't getting selected properly.

jenlampton commented 2 years ago

The fix for this broke things, it's been reverted. reopening.