some minor improvements to task editing of Questtype ?Textinput?

This commit is contained in:
coderkun 2014-08-17 20:31:27 +02:00
commit 1a4c9cdfa8
3 changed files with 14 additions and 9 deletions

View file

@ -119,7 +119,7 @@
*
* @param int $userId ID of user setting text
* @param int $questId ID of Quest to set text for
* @param string $text Text for Quset
* @param string $text Text for Quest
*/
public function setTextForQuest($userId, $questId, $text)
{