README.md is not a .txt file

Created on 17 January 2025, 19 days ago

Problem/Motivation

On line 172 of /ultimate_cron/ultimate_cron.module, it references a README.txt file which does not exist. The file that actually exists is README.md.

Steps to reproduce

In Drupal UI, go to Extend (modules). Find Ultimate Cron. Click the "Help" option. In my case, it throws an error. This is because Drupal cannot find the file.

Proposed resolution

Change line 172
return '<pre>' . file_get_contents(dirname(__FILE__) . '/README.md') . '</pre>';

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇺🇸United States rraney

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024