correct parameters for method getClassName() of class QuesttypeAgent
This commit is contained in:
parent
9d0275eb7a
commit
eb14d39b07
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
* @param string $agentType Agent type of given Agent name
|
||||
* @return string Classname for the Questtype-name
|
||||
*/
|
||||
private static function getClassName($questtypeName, $agentType)
|
||||
private static function getClassName($questtypeName, $agentType=null)
|
||||
{
|
||||
$className = \nre\core\ClassLoader::concatClassNames($questtypeName, \nre\core\ClassLoader::stripClassType(\nre\core\ClassLoader::stripNamespace(get_class())), 'agent');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue