1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Small change to theme.xml naming for plugin installation.

This commit is contained in:
CaMer0n
2009-08-31 14:37:24 +00:00
parent d7a50e2647
commit d794790a59
5 changed files with 23 additions and 24 deletions

View File

@@ -9,8 +9,8 @@
* Installation file
*
* $Source: /cvs_backup/e107_0.8/install_.php,v $
* $Revision: 1.30 $
* $Date: 2009-08-31 02:49:02 $
* $Revision: 1.31 $
* $Date: 2009-08-31 14:37:24 $
* $Author: e107coders $
*
*/
@@ -939,7 +939,7 @@ class e_install
{
if($themeInfo = $this->get_theme_xml($this->previous_steps['prefs']['sitetheme']))
{
foreach($themeInfo['pluginOptions']['plugin'] as $k=>$plug) //TODO refactor pluginOptions as 'plugins' in theme.xml etc
foreach($themeInfo['plugins']['plugin'] as $k=>$plug)
{
$this->install_plugin($plug['@attributes']['name']);
}