]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Fix update method escapeUnescapedConfig
[github/shaarli/Shaarli.git] / application / Updater.php
index fd45d17fd4dcbb4b411518cf5c98ebdbce6b8119..b6cbc56c4b2834a2c05b5cc7a7a4b554add554fa 100644 (file)
@@ -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')));