ZF-4110: Description of useCdn() is wrong
Description
Documentation:
"useCdn(): tell the container to utilize the CDN; implicitly enables integration."
Code:
/**
* Are we using the CDN?
*
* @return void
*/
public function useCdn()
{
return !$this->useLocalPath();
}
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-08-31T23:37:27.000+0000
Solved in SVN r11171. I change return type from void to bool.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:29.000+0000
Changing issues in preparation for the 1.7.0 release.