Fixed bad link on Dashboard Widget for "No Member Types Listed" link.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 16 May 2017 13:54:44 +0000 (09:54 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 16 May 2017 13:54:44 +0000 (09:54 -0400)
views/admin/dashboardWidget/index.html

index c48ed24..eb76c10 100644 (file)
@@ -65,7 +65,7 @@
     {if !$haveMemberTypes}
         <tr>
             <th class="glm-error">No {$terms.term_member_cap} Types Listed</th>
-            <td><a href="{$adminUrl}?page=glm-members-admin-menu-settingts&glm_action=memberTypes" class="glm-right">Add</a></td>
+            <td><a href="{$adminUrl}?page=glm-members-admin-menu-settings&glm_action=index" class="glm-right">Add</a></td>
         </tr>
     {/if}
     {if !$haveCategories}