Skip to content

Commit

Permalink
Expose function as public
Browse files Browse the repository at this point in the history
Fixes bug described in JAB15 Closing Keynote.
cc @nikosdion
(see CMS: joomla/joomla-cms@60475ca)
  • Loading branch information
wilsonge committed Jul 7, 2015
1 parent 89d86ab commit 663b594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected function getRealTableName($table)
* @since 1.0
* @throws \RuntimeException on error.
*/
protected function mergeStructure()
public function mergeStructure()
{
$tables = $this->db->getTableList();

Expand Down

0 comments on commit 663b594

Please sign in to comment.