Project

General

Profile

« Previous | Next » 

Revision 10

Added by Manuela over 6 years ago

CoreAutoloader::doRegister() regex creation fixed and made translations of namespaces more flexible
initialize:: set namespace translation of 'acp' to ADMIN_DIRECTORY

View differences:

version.php
48 48

  
49 49
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
50 50
if(!defined('VERSION')) { define('VERSION', '2.10.1-dev'); }
51
if(!defined('REVISION')) { define('REVISION', '9'); }
51
if(!defined('REVISION')) { define('REVISION', '10'); }
52 52
if(!defined('SP')) { define('SP', ''); }
53 53

  

Also available in: Unified diff