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>';
Issue fork ultimate_cron-3500522
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
niharika.s commentedComment #6
liam morlandComment #8
berdirMerged.