Skip to content

Commit 146f13e

Browse files
Update API.php
1 parent 1acc19d commit 146f13e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

includes/classes/API.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,6 @@ private function setCache($key, $value, $ttl = null)
18901890
} elseif ($ttl == null) {
18911891
$ttl = (!empty($this->db->ttl)) ? $this->db->ttl : $this->ttl;
18921892
}
1893-
$key = 'api_' . $key;
18941893

18951894
if (extension_loaded('apc') && (ini_get('apc.enabled') == 1)) {
18961895
return apc_store($key, $value, $ttl);

0 commit comments

Comments
 (0)