When i checked the recent commits i found this edit in the api.php:
* @param mixed $atoms
* An array of atoms if the provider implements
* hook_scald_add_atom_account_count(), otherwise a single atom.
But in fact the hook is called:
hook_scald_add_atom_count()
Comments
Comment #1
jcisio commentedThanks. Fixed.
Comment #2
gifad commentedanother typo in scald.api.php, line #369
don't understand why this does not throw a php error...
Comment #3
jcisio commentedDo you mean "scald_image" should be replaced with "hook"? Fixed it. Also, scald.api.php is documentation and never executed, so you can't see PHP error.
Comment #4
gifad commentedwhile this issue is not closed...
I found another one, lines 22..25 :
The url reminds me Drupal6, and actually searching google for “ {provider}_scald_provider()” points to scald_provider_api.txt
good night (;)
Comment #5
jcisio commentedDeleted. It is old doc from D6 when the provider registration was complex and difficult.