Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1726)
+++ branches/2.8.x/CHANGELOG	(revision 1727)
@@ -13,6 +13,9 @@
 
 
 
+30 Aug-2012 Build 1727 Dietmar Woellbrink (Luisehahne)
+# fixed upgrading group systempermission by upgrading WebsiteBaker
+! set svn properties /media/upload.php
 30 Aug-2012 Build 1726 Dietmar Woellbrink (Luisehahne)
 ! change multi-dimensional arrays (variables) to similar arrays
 ! change message if uploaded file exists
Index: branches/2.8.x/wb/admin/media/upload.php
===================================================================
--- branches/2.8.x/wb/admin/media/upload.php	(revision 1726)
+++ branches/2.8.x/wb/admin/media/upload.php	(revision 1727)

Property changes on: branches/2.8.x/wb/admin/media/upload.php
___________________________________________________________________
Modified: svn:keywords
## -1 +1,4 ##
-Date Id Revision URL
\ No newline at end of property
+Id
+Revision
+HeadURL
+Date
\ No newline at end of property
Index: branches/2.8.x/wb/admin/start/index.php
===================================================================
--- branches/2.8.x/wb/admin/start/index.php	(revision 1726)
+++ branches/2.8.x/wb/admin/start/index.php	(revision 1727)
@@ -93,7 +93,8 @@
 	if($wb_revision = $database->get_one($sql)) {
 
 	}
-	if (version_compare($wb_revision, '1691' ) < 0) {
+
+	if ((version_compare($wb_revision, '1800' )  < 0)&& !defined('GROUPS_UPDATED')) {
 		require_once (ADMIN_PATH.'/groups/upgradePermissions.php');
 		// build new or changed $sTempPermissions
 		if(upgrade_group_system_permissions()){
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1726)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1727)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1726');
+if(!defined('REVISION')) define('REVISION', '1727');
 if(!defined('SP')) define('SP', '');
