CMS MADE SIMPLE FORGE

Products

 

[#11583] products_gethierarchy tag doesn't work

avatar
Created By: Rolf (rolf1)
Date Submitted: Mon Sep 25 06:14:51 -0400 2017

Assigned To:
Version: 2.28
CMSMS Version: 2.2.3.1
Severity: None
Resolution: Fixed
State: Closed
Summary:
products_gethierarchy tag doesn't work
Detailed Description:
Products.module.php line 555

     $hier_id = \cge_param::get_int($params,'id');

should be 

     $id = \cge_param::get_int($params,'id');

or rename the other $id's to $hier_id :) 

Grtz. Rolf


History

Comments
avatar
Date: 2017-09-25 09:53
Posted By: Robert Campbell (calguy1000)

fixed in svn
      
Updates

Updated: 2017-12-12 08:37
state: Open => Closed

Updated: 2017-09-25 09:53
resolution_id: => 7