summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-05 12:08:39 +0400
committerAndrew Dolgov <[email protected]>2012-03-05 12:08:39 +0400
commit5b7bd238eeed1aa83fe47f715c79b16b42ab347f (patch)
tree85f2fa4e56dd5065f37e95f71d7e67d80ddf0895 /include/sanity_check.php
parentd50edb08ba5d4bfe02d13ac09c7409c267689245 (diff)
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 3de1593f3..5c631574d 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 89);
+ define('SCHEMA_VERSION', 90);
require_once "config.php";
require_once "sanity_config.php";