mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Caching fixes.
This commit is contained in:
@@ -55,6 +55,12 @@ class ecache {
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
public function getMD5()
|
||||
{
|
||||
return $this->CachePageMD5;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @param string $query
|
||||
|
Reference in New Issue
Block a user