- flush(): consistent cache group defaults
//
// $Id$
-require_once 'Cache/Error.php';
+require_once('PEAR.php');
+require_once('Cache/Error.php');
/**
* Cache is a base class for cache implementations.
* @param string cache group, if empty all groups will be flashed
* @return integer number of removed datasets
*/
- function flush($group = '') {
+ function flush($group = 'default') {
if (!$this->caching)
return true;