diff options
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r-- | inc/poche/Poche.class.php | 4 |
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, |