Skip to content

Commit

Permalink
Merge pull request #115 from khairedweb/create_phing
Browse files Browse the repository at this point in the history
fix new code work with plugins
  • Loading branch information
khairedweb committed Jan 15, 2014
2 parents e5a2e7c + 608016c commit a792c65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions component/admin/includes/extensions/extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ protected function _processExtensions()
{
$element = JFile::stripExt(basename($xmlfile));

if (array_key_exists($element, $this->extensions))
{
//if (array_key_exists($element, $this->extensions))
//{
$extension = $this->extensions[$element];

// Read xml definition file
Expand Down Expand Up @@ -296,7 +296,7 @@ protected function _processExtensions()
}
}
} /*End if*/
} /*End if*/
//} /*End if*/
} /*End if*/

unset($class);
Expand Down
1 change: 1 addition & 0 deletions component/admin/includes/media/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>
1 change: 1 addition & 0 deletions component/admin/includes/media/joomla15/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>
4 changes: 2 additions & 2 deletions plugins/3rd_party/plg_redmigrator_kunena/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Make sure you have kunena component installed in j1.5 site and its database in not hacked
1. Make sure you have kunena component (v1.5.9) installed in j1.5 site and its database in not hacked
2. Do things in Readme.txt of redMIGRATOR component
3. Copy folder {your_j1.5_site_root}/images/fbfiles
to folder {your_j2.5_or_j3_site_root}/administrator/components/com_redmigrator/includes/media/joomla15
4. Install new version of virtuemart component (com_virtuemart.2.0.24) in new j2.5.x or j3.x
4. Install new version of kunena component (v3.0.3) in new j2.5.x or j3.x
5. Install and enable redmigrator 3rd virtuemart plugin (plg_redmigrator_virtuemart)

0 comments on commit a792c65

Please sign in to comment.