Browse Source

Merge pull request #162 from ycastillo/yoselyn.6801

fixes logout button #6801
Julio Montoya 11 years ago
parent
commit
e140269689
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/template/default/layout/topbar.tpl

+ 1 - 1
main/template/default/layout/topbar.tpl

@@ -77,7 +77,7 @@
                                     <li><a href="{{ _p.web_main }}social/invitations.php">{{ "PendingInvitations"|get_lang }}</a></li> -->
                                 </ul>
                             </li>
-                            <li><a href="{{  _p.web }}index.php?logout=logout">{{ "Logout"|get_lang }}</a></li>
+                            <li><a href="{{  _p.web }}index.php?logout=logout&uid={{_u.user_id}}">{{ "Logout"|get_lang }}</a></li>
                         </ul>
                     </div> <!-- /nav collapse -->
                 {% endif %}