Skip to content

Commit

Permalink
Merge pull request #1992 from opencarthelp/master
Browse files Browse the repository at this point in the history
Fix admin permissions/unserialize error (#1989)
  • Loading branch information
Daniel Kerr committed Oct 13, 2014
2 parents 2e28543 + 147f2cc commit 08c0d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload/admin/view/template/common/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<li><a href="<?php echo $customer_approval; ?>"><?php echo $text_approval; ?> <span class="label label-danger pull-right"><?php echo $customer_total; ?></span></a></li>
<li class="divider"></li>
<li class="dropdown-header"><?php echo $text_product; ?></li>
<li><a href="<?php echo $product; ?>"><?php echo $text_stock; ?> <span class="label label-danger pull-right"><?php echo $product_total; ?></a></li>
<li><a href="<?php echo $product; ?>"><?php echo $text_stock; ?> <span class="label label-danger pull-right"><?php echo $product_total; ?></span></a></li>
<li><a href="<?php echo $review; ?>"><?php echo $text_review; ?> <span class="label label-danger pull-right"><?php echo $review_total; ?></span></a></li>
<li class="divider"></li>
<li class="dropdown-header"><?php echo $text_affiliate; ?></li>
Expand Down
Loading

0 comments on commit 08c0d9e

Please sign in to comment.