From: Roland Häder Date: Wed, 13 Feb 2013 01:08:03 +0000 (+0000) Subject: Opps :( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=478c55dee78dfa900f512eba3c1b8cc4e6a240eb;hp=b1b7a0047880032a69c82a3c8e8ee51e68eaa3d0 Opps :( --- diff --git a/inc/classes/main/criteria/class_BaseCriteria.php b/inc/classes/main/criteria/class_BaseCriteria.php index 46f40e34..b1102e28 100644 --- a/inc/classes/main/criteria/class_BaseCriteria.php +++ b/inc/classes/main/criteria/class_BaseCriteria.php @@ -314,17 +314,6 @@ class BaseCriteria extends BaseFrameworkSystem implements Criteria { return $this->getCacheKey($onlyKeys, 'exclude'); } - /** - * "Getter" for a cache key ('choice' type) - * - * @param $onlyKeys Only use these keys for a cache key - * @return $cacheKey The key suitable for the cache system - */ - public function getCacheKeyChoice ($onlyKeys = array()) { - // Call inner method - return $this->getCacheKey($onlyKeys, 'choice'); - } - /** * Count the criteria, e.g. useful to find out if a database query has no * limitation (search criteria).