Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a problem with older Joomla versions language packs registration and update sites rebuild #16355

Merged
merged 2 commits into from
Jul 21, 2018

Commits on May 30, 2017

  1. Fix a problem with older language packs

    Language packs installed under older Joomla versions are registered in the database under their package name, not under their name and since rebuild function fails on them.
    
    e.g. package with 
      <name>Afrikaans (South Africa)</name>
      <packagename>af-ZA</packagename>
    
    has name column in #_extensions table set as 	af-ZA and since existing query fails.
    klas committed May 30, 2017
    Configuration menu
    Copy the full SHA
    a9e62f0 View commit details
    Browse the repository at this point in the history
  2. Update updatesites.php

    klas committed May 30, 2017
    Configuration menu
    Copy the full SHA
    bede2a8 View commit details
    Browse the repository at this point in the history