Jump to content

blocklayered bug


Recommended Posts

Hi.

Excuse me for my bad english.

I think in file "blocklayered.php" in function "hookAfterSaveFeatureValue"

the line

if(empty($seo_url))
				$seo_url = Tools::getValue('name_'.(int)$language['id_lang']);

must replace by line

if(empty($seo_url))
				$seo_url = Tools::getValue('value_'.(int)$language['id_lang']);

Please accurate it.

Thanks.

Edited by mojtaba6485 (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...