mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* fixed adding/editing commands
* fixed undefined index in install plugin
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user