Actions
Anomalie #1176
closedGestion reverse proxy, bis
Start date:
05/02/2018
Due date:
% Done:
100%
Estimated time:
Version utilisée:
Vote:
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. :)
Updated by Johan Cwiklinski over 6 years ago
- Assignee set to Johan Cwiklinski
- Target version set to 0.9.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
Updated by Johan Cwiklinski over 6 years ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Appliqué par commit 984c0e9db4cb3318b213b5dd90ffd75e2a1e27f2.
Updated by Johan Cwiklinski over 6 years ago
- Status changed from Résolu to Fermé
Actions