summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 81de137f..605d901d 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -141,5 +141,10 @@ class Property
{
self::set('dl-' . $name, $taskId, 5);
}
+
+ public static function getCurrentSchemaVersion()
+ {
+ return self::get('webif-version');
+ }
}