Fixed #476, Wrong demo directory location

This commit is contained in:
Sławomir Kaleta
2018-08-19 09:47:58 +02:00
parent 2fe3a30e75
commit d191935127
19 changed files with 37 additions and 1099 deletions
+1 -1
View File
@@ -96,6 +96,6 @@ class Smarty_CacheResource_Memcache extends Smarty_CacheResource_KeyValueStore
*/
protected function purge()
{
$this->memcache->flush();
return $this->memcache->flush();
}
}