26 Feb 2008, 9:10 AM
New Zenner
- Join Date:
- Feb 2008
- Location:
- Poland
- Posts:
- 11
- Plugin Contributions:
- 1
[Done 1.3.9] Minor: premature declaration of variable
In ZC version 1.3.8a, around line 285, in file:
includes/modules/meta_tags.php
the variable $products_description is initialized prematurely since it is set in main_template_vars.php. In meta_tags.php I think the variable name should be:
$meta_products_description