dakwegmo
04-04-2007, 02:07 PM
I uploaded the flikrpost addon, which didn't include the $addon_name,
$addon_description, or $addon_version. When I checked admin -> addons, the last two addons had identical version, description, and name.
The descriptions were identical and the headings looked like this:
Advanced Pixelpost Comment Stats (admin_comment_stat - version 1.0) - status: ON
Advanced Pixelpost Comment Stats (admin_flickrpost - version 1.0) - status: ON
I'm assuming the name in parentheses is derived from the file name, and since the flikrpost addon doesn't have those variables set, the data is "inherited" from the last addon. It would probably be a good idea to either clear the variables after each addon is processed, or reinitialize them to null values before each addon.
$addon_description, or $addon_version. When I checked admin -> addons, the last two addons had identical version, description, and name.
The descriptions were identical and the headings looked like this:
Advanced Pixelpost Comment Stats (admin_comment_stat - version 1.0) - status: ON
Advanced Pixelpost Comment Stats (admin_flickrpost - version 1.0) - status: ON
I'm assuming the name in parentheses is derived from the file name, and since the flikrpost addon doesn't have those variables set, the data is "inherited" from the last addon. It would probably be a good idea to either clear the variables after each addon is processed, or reinitialize them to null values before each addon.