EventDispatcher.dispatchEvent(this, "Result", status, msg, id, remoteurl, bytes_loaded, bytes_total, folderid, added, last_update, last_update, linkid, fullResponse);
}
You used "last_update" twice. Additionally, if you want to publish this extension to this community, you must follow the naming convention. Not "ladt_update" but lastUpdate"
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first l…
1 Like