Skip to content

Commit

Permalink
Fix path to the utf8mb4 conversion. Thanks @zero-24
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Nov 6, 2015
1 parent 3dbf207 commit 8ce343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_installer/models/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function convertTablesToUtf8mb4()
// Get the SQL file to convert the core tables. Yes, this is hardcoded because we have all sorts of index
// conversions and funky things we can't automate in core tables without an actual SQL file.
$serverType = $db->getServerType();
$fileName = JPATH_ADMINISTRATOR . "/components/com_admin/sql/updates/$serverType/3.5.0-2015-01-01.sql";
$fileName = JPATH_ADMINISTRATOR . "/components/com_admin/sql/updates/$serverType/3.5.0-2015-07-01.sql";

if (!is_file($fileName))
{
Expand Down

0 comments on commit 8ce343e

Please sign in to comment.