Ignore:
Timestamp:
Feb 11, 2014, 9:08:19 PM (10 years ago)
Author:
maron
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Progress.php

    r789 r793  
    7171if(array_key_exists('Version', $_GET)) $_SESSION['StatVersion'] = $_GET['Version'];
    7272if(!array_key_exists('StatVersion', $_SESSION))
    73 {
    74   if($this->System->User->Licence(LICENCE_USER))
     73{   
     74  if($this->System->User->Licence(LICENCE_USER) and ($this->System->User->PreferredVersionGame != ''))
    7575        {
    7676    $_SESSION['StatVersion'] = $this->System->User->PreferredVersionGame;
Note: See TracChangeset for help on using the changeset viewer.