mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
Fixed #476, Wrong demo directory location
This commit is contained in:
@@ -96,6 +96,6 @@ class Smarty_CacheResource_Memcache extends Smarty_CacheResource_KeyValueStore
|
||||
*/
|
||||
protected function purge()
|
||||
{
|
||||
$this->memcache->flush();
|
||||
return $this->memcache->flush();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user