Fixed Wrong reference to variable

TickTackk

Well-known member
Under Admin Templates > bb_code_delete
PHP:
<strong><a href="{xen:adminlink 'bb-codes/edit', $site}">[{$bbCode.bb_code_id}]</a></strong>
should be
PHP:
<strong><a href="{xen:adminlink 'bb-codes/edit', $bbCode}">[{$bbCode.bb_code_id}]</a></strong>
 
Top Bottom