Commit 3450a6c5 by Qiang Xue

Merge pull request #772 from callmez/master

GroupDependency::generateDependencyData typo fix
parents ef01a8cb a9b6dbdd
......@@ -44,7 +44,7 @@ class GroupDependency extends Dependency
{
$version = $cache->get(array(__CLASS__, $this->group));
if ($version === false) {
$version = $this->invalidate($cache, array(__CLASS__, $this->group));
$version = $this->invalidate($cache, $this->group);
}
return $version;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment