Zen Cart Logo
Forums / Bug Reports / [Done 1.3.9] Minor: premature declaration of variable

[Done 1.3.9] Minor: premature declaration of variable

Locked

Views: 1,426

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
26 Feb 2008, 9:10 AM
#1
stavros avatar

stavros

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