aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-07 13:19:34 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-07 13:19:34 +0200
commit031df528b611a5c6639c0d86636633da098d8aa2 (patch)
tree3e301eb1292eedbee21dc119e3cc87eb9047e90b /inc/poche/Poche.class.php
parent9d3b88b3796496b68e762d50904a7ab609edc9c3 (diff)
downloadwallabag-031df528b611a5c6639c0d86636633da098d8aa2.tar.gz
wallabag-031df528b611a5c6639c0d86636633da098d8aa2.tar.zst
wallabag-031df528b611a5c6639c0d86636633da098d8aa2.zip
bug fix #268: move POCHE_VERSION in index.php and change the name to avoid conflicts when updating
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 899d7356..245f6a13 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -366,8 +366,8 @@ class Poche
366 case 'config': 366 case 'config':
367 $dev = $this->getPocheVersion('dev'); 367 $dev = $this->getPocheVersion('dev');
368 $prod = $this->getPocheVersion('prod'); 368 $prod = $this->getPocheVersion('prod');
369 $compare_dev = version_compare(POCHE_VERSION, $dev); 369 $compare_dev = version_compare(POCHE, $dev);
370 $compare_prod = version_compare(POCHE_VERSION, $prod); 370 $compare_prod = version_compare(POCHE, $prod);
371 $themes = $this->getInstalledThemes(); 371 $themes = $this->getInstalledThemes();
372 $tpl_vars = array( 372 $tpl_vars = array(
373 'themes' => $themes, 373 'themes' => $themes,