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>';

Command icon 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

rraney created an issue. See original summary.

niharika.s made their first commit to this issue’s fork.

niharika.s’s picture

Status: Active » Needs review

liam morland made their first commit to this issue’s fork.

liam morland’s picture

Status: Needs review » Reviewed & tested by the community

  • berdir committed eae3c4d7 on 8.x-2.x authored by niharika.s
    fix: #3500522 README.md is not a .txt file
    
    By: ronraney
    By: niharika.s...
berdir’s picture

Status: Reviewed & tested by the community » Fixed

Merged.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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