]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed copy and paste error in documentation of ElggCache
authorCash Costello <cash.costello@gmail.com>
Sun, 1 Jan 2012 22:55:42 +0000 (17:55 -0500)
committerCash Costello <cash.costello@gmail.com>
Sun, 1 Jan 2012 22:55:42 +0000 (17:55 -0500)
engine/classes/ElggCache.php

index 5c2cafcb7218aad6df423c4c823b089e7e1be71a..dd53525b8b2091e7753265d78dc38b0561d38062 100644 (file)
@@ -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);