Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Jan 13, 2018
1 parent 371538e commit 6fb2ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/functions.php
Expand Up @@ -550,9 +550,10 @@ function perform_unauthed_quick_tasks($action, $submit = false)
exit_handler();
break;
default:
if ($config['version'] > '3.1.11')
$vers = explode('.', $config['version']);
if ($vers[1] > 1)
{
trigger_error(user_lang('STK_INCOMPATIBLE'));
trigger_error(sprintf(user_lang('STK_INCOMPATIBLE'), $config['version']), E_USER_WARNING);
}
break;
}
Expand Down

0 comments on commit 6fb2ff2

Please sign in to comment.