aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Updater.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-23 01:26:03 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-23 01:26:03 +0200
commit2c049b673acdd10125db9c3c271eef5bd3f5fc17 (patch)
treeda67c958941502dd9c10d82be747559bbe2a062a /application/Updater.php
parentbf82dcfeb38418f0b3d0f14f6c666ed04651e08f (diff)
parent1ea88ae7d1b7fb13e18f543e7c2ad99c4ccde19a (diff)
downloadShaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.tar.gz
Shaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.tar.zst
Shaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.zip
Merge remote-tracking branch 'upstream/v0.9' into latest
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'application/Updater.php')
-rw-r--r--application/Updater.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/application/Updater.php b/application/Updater.php
index 03d93a6f..40a15906 100644
--- a/application/Updater.php
+++ b/application/Updater.php
@@ -329,21 +329,6 @@ class Updater
329 } 329 }
330 330
331 /** 331 /**
332 * While the new default theme is in an unstable state
333 * continue to use the vintage theme
334 */
335 public function updateMethodDefaultThemeVintage()
336 {
337 if ($this->conf->get('resource.theme') !== 'default') {
338 return true;
339 }
340 $this->conf->set('resource.theme', 'vintage');
341 $this->conf->write($this->isLoggedIn);
342
343 return true;
344 }
345
346 /**
347 * * `markdown_escape` is a new setting, set to true as default. 332 * * `markdown_escape` is a new setting, set to true as default.
348 * 333 *
349 * If the markdown plugin was already enabled, escaping is disabled to avoid 334 * If the markdown plugin was already enabled, escaping is disabled to avoid