Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 16:33 UTC
Updated:
29 May 2009 at 14:10 UTC
There is this code in uc_store/uc_store.admin.inc around line 1133:
if (!empty($data['format']['description'])) {
$description .= '<div class="description">'. $data['alter']['description'] .'</div>';
}
There $data['alter']['description'] should be changed to $data['format']['description']. Thanks.
Comments
Comment #1
Island Usurper commentedThanks. Fixed and committed.