Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue #10 lastModifiedBy undefined - lastModifiedBy should be…
… config.LastModifiedBy extension.js: * Added another field into the config, called lastModifiedBy (because existing fields are all read only, and although it is unlkely, we were previously catering for the eventuality that last modified is undefined in the settings, and referring to that by a local variable 'lastModifiedBy', which was later removed - the afore mentioned error occured because older code that referred to this variable had been committed wrongly. So this new field does the same job.
- Loading branch information