Index: branches/1.2.x/install.php
===================================================================
diff -u -r14250 -r14686
--- branches/1.2.x/install.php	(.../install.php)	(revision 14250)
+++ branches/1.2.x/install.php	(.../install.php)	(revision 14686)
@@ -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');