Project

General

Profile

Actions

Anomalie #1176

closed

Gestion reverse proxy, bis

Added by Sylvain CANOINE over 6 years ago. Updated over 6 years ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
05/02/2018
Due date:
% Done:

100%

Estimated time:
Version utilisée:

Description

Bonjour,

Suite à la demande #997, et au commit https://redmine.ulysses.fr/projects/galette/repository/revisions/cdf2579a01f9d41a8bfd2600afbd73aa7cbfca57, il y a une coquille dans le fichier galette/lib/Galette/Core/Preferences.php.

Après :

    public function getURL()
    {
        $url = null;
        if (isset($this->prefs['pref_galette_url']) && !empty($this->prefs['pref_galette_url'])) {

il faut remplacer :

            $url = $this->prefs['url'];

par :

            $url = $this->prefs['pref_galette_url'];

Merci. :)

Actions #1

Updated by Johan Cwiklinski over 6 years ago

  • Assignee set to Johan Cwiklinski
  • Target version set to 0.9.2
Actions #2

Updated by Johan Cwiklinski over 6 years ago

  • Status changed from Nouveau to In Progress
  • Target version changed from 0.9.2 to 0.9.1.1
Actions #3

Updated by Johan Cwiklinski over 6 years ago

  • Status changed from In Progress to Résolu
  • % Done changed from 0 to 100
Actions #4

Updated by Johan Cwiklinski over 6 years ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF