Skip to content

Commit

Permalink
Updating joomla.sql and change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fastslack committed Jan 12, 2012
1 parent dfca1c9 commit ecc8751
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 46 deletions.
2 changes: 1 addition & 1 deletion cli/jUpgradeCli
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class jUpgradeCli extends JApplicationCli
}

// Import Joomla 1.7/2.5 default schema
$joomladump = JPATH_BASE.'/includes/joomla.sql';
$joomladump = JPATH_BASE.'/sql/joomla.sql';
// Import the sql file
if (JUpgradeCliHelper::populateDatabase($this->jupgrade->db_new, $joomladump, $errors) > 0 ) {
return false;
Expand Down
Loading

0 comments on commit ecc8751

Please sign in to comment.