Merge branch 'stable'
This commit is contained in:
commit
c319b6fc5b
@ -814,7 +814,7 @@ class Okapi
|
||||
{
|
||||
public static $data_store;
|
||||
public static $server;
|
||||
public static $revision = 879; # This gets replaced in automatically deployed packages
|
||||
public static $revision = 880; # 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. */
|
||||
|
@ -648,7 +648,7 @@ class WebService
|
||||
where
|
||||
cache_id in ('".implode("','", array_map('mysql_real_escape_string', array_keys($cacheid2wptcode)))."')
|
||||
and ".((Settings::get('OC_BRANCH') == 'oc.pl') ? "deleted = 0" : "true")."
|
||||
order by cache_id, date desc
|
||||
order by cache_id, date desc, date_created desc
|
||||
");
|
||||
$loguuids = array();
|
||||
$log2cache_map = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user