VirtueMart Developer Portal

         
[BUG-188]  -  notice
Tags:   No tags associated yet.
All Tags...
Go Back
  0  
 Tracker:  Bug  Priority:  High  Status:  Closed
 Resolution:  --  Owner:  --  Severity:  --
 Submitted by:  soeren_nb Oct 26 2005 22:56  Assigned to:  -- Oct 26 2005 22:56  Modified by:  soeren_nb Oct 26 2005 22:56
 Category:  --  Platform:  --  OP-SYS:  --
 Version:  --  Joomla! Version:  --  Browser Version:  --
 Fixed in Version:  --
Description:
<b>Notice</b>: Undefined variable: category_id in <b>/Library/WebServer/Documents/vsv/modules/mod_product_categories.php</b> on line <b>41</b><br />

fonny

Details:
Comments (1)
Attachments (0)
Associations (0)
SCM Commits (0)
All (1)

Submitted Comment
soeren_nb
Oct 27 2005 11:58
You can add

$category_id = mosGetParam( $_REQUEST, 'category_id');

after

global $jscook_type;

in the file __mod_product_categories.php__.
This fixes it.