Browse Source

Addthe install for info to the DB

Signed-off-by: Suki <suki@missallsunday.com>
Suki 11 years ago
parent
commit
d56ad5c5ea
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Sources/Themes.php

+ 3 - 0
Sources/Themes.php

@@ -1519,6 +1519,9 @@ function ThemeInstall()
 				if (!empty($theme_info_xml[$name]))
 					$install_info[$var] = $theme_info_xml[$name];
 
+			// Append the install for info.
+			$install_info['install_for'] = $install_versions;
+
 			// OK, is this a newer version of an already installed theme?
 			if (!empty($install_info['version']))
 			{