* Fix bug #15476.
This commit is contained in:
@@ -155,6 +155,17 @@ class tutorialModel extends model
|
||||
return $project;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get tutorial project pairs.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getProjectPairs()
|
||||
{
|
||||
return array(2 => 'Test Project');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get project stats for tutorial
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user