* fixed adding/editing commands

* fixed undefined index in install plugin
This commit is contained in:
slawkens1
2017-10-09 20:34:06 +02:00
parent e2857f8ca5
commit 856e72150c
3 changed files with 5 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ foreach($links as $link) {
$template['link_' . $link] = getLink($link);
}
$template['link_gifts_history'] = getLink('gifts', 'show_history');
$template['link_gifts_history'] = getLink('gifts', 'history');
if($config['forum'] != '')
{
if(strtolower($config['forum']) == 'site')