X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FUpdater.php;h=b6cbc56c4b2834a2c05b5cc7a7a4b554add554fa;hb=b9f8b83790a57b55f7d12471460537a268a24642;hp=fd45d17fd4dcbb4b411518cf5c98ebdbce6b8119;hpb=efc0c865ba914e75a6c3c9220450d13f752c7afa;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Updater.php b/application/Updater.php index fd45d17f..b6cbc56c 100644 --- a/application/Updater.php +++ b/application/Updater.php @@ -198,11 +198,11 @@ class Updater * Escape settings which have been manually escaped in every request in previous versions: * - general.title * - general.header_link - * - extras.redirector + * - redirector.url * * @return bool true if the update is successful, false otherwise. */ - public function escapeUnescapedConfig() + public function updateMethodEscapeUnescapedConfig() { try { $this->conf->set('general.title', escape($this->conf->get('general.title')));