Index: branches/1.3.x/install.php =================================================================== diff -u -r14250 -r15496 --- branches/1.3.x/install.php (.../1.2.x/install.php) (revision 14250) +++ branches/1.3.x/install.php (.../1.3.x/install.php) (revision 15496) @@ -5,7 +5,6 @@ // separate module install define('IS_INSTALL', 1); define('ADMIN', 1); - define('REL_PATH', $module_folder); define('FULL_PATH', realpath(dirname(__FILE__) . '/../..') ); include_once(FULL_PATH . '/core/kernel/startup.php');