Topic: Updating Small Typo In An Extension

Hello. I think I found a very small typo in an extension. I have modified my install and wondered what the best way is to update the Extension for others in the future. Should I contact the author or is there a best-way path to submit an update for review/update?

  Thanks,

Paul

Re: Updating Small Typo In An Extension

Which extension, which page in it and what typo?

Re: Updating Small Typo In An Extension

Extension: import_transactions v.2.4.0-5
File: hooks.php

Line 7 was:  $this->module_name = 'import_transations';

I believe it should be:

$this->module_name = 'import_transactions';

(added "c" in transactions)

Re: Updating Small Typo In An Extension

Atleast it is correct in my repo. @joe: correct it in the official repo.

My version is attached herewith.

Post's attachments

import_transactions.zip 50.5 kb, 1 downloads since 2019-08-01 

You don't have the permssions to download the attachments of this post.

Re: Updating Small Typo In An Extension

I did install it within FA 2.4.7, but could not checkout the extension until I made the change.

Re: Updating Small Typo In An Extension

The attachment in my previous post can be safely used to overwrite the modules files as the official module has not been really updated in a while (just version bumps).

Re: Updating Small Typo In An Extension

OK - I just thought that others may install from the official location before coming across this.