Changeset 600 for trunk/includes


Ignore:
Timestamp:
Nov 25, 2013, 9:48:38 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Logged unknown pages have now separate log type to better distinguish from ordinal errors.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r599 r600  
    66// and system will need database update.
    77
    8 $Revision = 599; // Subversion revision
    9 $DatabaseRevision = 585; // Database structure revision
     8$Revision = 600; // Subversion revision
     9$DatabaseRevision = 600; // Database structure revision
    1010$ReleaseTime = '2013-11-25';
  • trunk/includes/system.php

    r591 r600  
    207207        if(isset($this->ModuleManager->Modules['Log']))
    208208          $this->ModuleManager->Modules['Log']->WriteLog('Stránka "'.
    209           implode('/', $this->PathItems).'" nenalezena'.$Referer, LOG_TYPE_ERROR);
     209          implode('/', $this->PathItems).'" nenalezena'.$Referer, LOG_TYPE_PAGE_NOT_FOUND);
    210210    return(ShowMessage('Stránka "'.implode('/', $this->PathItems).'" nenalezena.', MESSAGE_CRITICAL));
    211211  }
Note: See TracChangeset for help on using the changeset viewer.