2
0
فهرست منبع

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 15 سال پیش
والد
کامیت
cd68af1b31
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
         }
 
-        $id = $this->makeId($name, $parameters);
+        $id = $this->_makeId($name, $parameters);
         if ( ($rs = $this->load($id)) && isset($rs[0], $rs[1]) ) {
             // A cache is available
             $output = $rs[0];