Explorar o código

ZF-9970: call private method of _makeId internally

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22649 44c647ce-9c0f-0410-b52a-842ac1e357ba
mabe %!s(int64=15) %!d(string=hai) anos
pai
achega
cd68af1b31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/Zend/Cache/Frontend/Class.php

+ 1 - 1
library/Zend/Cache/Frontend/Class.php

@@ -209,7 +209,7 @@ class Zend_Cache_Frontend_Class extends Zend_Cache_Core
             return call_user_func_array(array($this->_cachedEntity, $name), $parameters);
             return call_user_func_array(array($this->_cachedEntity, $name), $parameters);
         }
         }
 
 
-        $id = $this->makeId($name, $parameters);
+        $id = $this->_makeId($name, $parameters);
         if ( ($rs = $this->load($id)) && isset($rs[0], $rs[1]) ) {
         if ( ($rs = $this->load($id)) && isset($rs[0], $rs[1]) ) {
             // A cache is available
             // A cache is available
             $output = $rs[0];
             $output = $rs[0];