backdrop-contrib / easy_breadcrumb

Provides a block with an alternative URL-based breadcrumb trail.
GNU General Public License v2.0
2 stars 3 forks source link

DRUPAL_CACHE_PER_PAGE to be replaced with BACKDROP_CACHE_PER_PAGE #20

Open yorkshire-pudding opened 2 years ago

yorkshire-pudding commented 2 years ago

On sites with Drupal compatibility disabled, this warning is thrown:

Warning: Use of undefined constant DRUPAL_CACHE_PER_PAGE - assumed 'DRUPAL_CACHE_PER_PAGE' (this will throw an Error in a future version of PHP) in easy_breadcrumb_block_info() (line 100 of /app/docroot/modules/easy_breadcrumb/easy_breadcrumb.module).

PR to follow