fixed okapi revision

This commit is contained in:
following
2013-03-26 18:04:43 +01:00
parent 6758f42a73
commit e399434620

View File

@ -778,7 +778,7 @@ class Okapi
{
public static $data_store;
public static $server;
public static $revision = null; # This gets replaced in automatically deployed packages
public static $revision = 567; # This gets replaced in automatically deployed packages
private static $okapi_vars = null;
/** Get a variable stored in okapi_vars. If variable not found, return $default. */