From: Cash Costello Date: Sun, 1 Jan 2012 22:55:42 +0000 (-0500) Subject: fixed copy and paste error in documentation of ElggCache X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cfaa3452ae1e6035e5b9ecb668d29330b34499c2;p=lorea%2Felgg.git fixed copy and paste error in documentation of ElggCache --- diff --git a/engine/classes/ElggCache.php b/engine/classes/ElggCache.php index 5c2cafcb7..dd53525b8 100644 --- a/engine/classes/ElggCache.php +++ b/engine/classes/ElggCache.php @@ -29,7 +29,7 @@ abstract class ElggCache implements ArrayAccess { * * @return void * - * @deprecated 1.8 Use ElggAccess:setVariable() + * @deprecated 1.8 Use ElggCache:setVariable() */ public function set_variable($variable, $value) { elgg_deprecated_notice('ElggCache::set_variable() is deprecated by ElggCache::setVariable()', 1.8);