// Context part 13

This commit is contained in:
rMalie
2011-07-19 09:44:10 +00:00
parent 52339502b6
commit ba2922a823
35 changed files with 101 additions and 117 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ abstract class ModuleGraphCore extends Module
return call_user_func(array($render, 'hookGraphEngine'), $params, $drawer);
}
protected static function getEmployee($employee = null, $context = null)
protected static function getEmployee($employee = null, Context $context = null)
{
if (!$context)
$context = Context::getContext();