Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #174 from joomlatools/feature/173-media
Browse files Browse the repository at this point in the history
Move the media extension to the platform-media repo
  • Loading branch information
johanjanssens committed Jul 3, 2015
2 parents 2df847c + 39b08be commit 40abac8
Show file tree
Hide file tree
Showing 125 changed files with 111 additions and 4,779 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,10 @@ public function render()
{
$form->bind($data);
}
// Get the params for com_users.
$usersParams = JComponentHelper::getParams('com_users');

// Get the params for com_media.
$mediaParams = JComponentHelper::getParams('com_media');

$this->form = &$form;
$this->data = &$data;

$this->usersParams = &$usersParams;
$this->mediaParams = &$mediaParams;

$this->components = ConfigHelperConfig::getComponentsWithConfig();
ConfigHelperConfig::loadLanguageForComponents($this->components);

Expand Down
9 changes: 0 additions & 9 deletions app/administrator/components/com_media/access.xml

This file was deleted.

109 changes: 0 additions & 109 deletions app/administrator/components/com_media/config.xml

This file was deleted.

91 changes: 0 additions & 91 deletions app/administrator/components/com_media/controller.php

This file was deleted.

Loading

0 comments on commit 40abac8

Please sign in to comment.