bugfix in rename.php

This commit is contained in:
Leander
2017-04-30 17:20:23 +02:00
parent e93191689d
commit 16e21d8114
3 changed files with 6 additions and 1 deletions

View File

@@ -73,9 +73,10 @@ class Database
case 12103:
return 'Sorry, we only have '.$values[0].' questions. Please try again.';
case 12104:
case 14104:
case 15102:
case 16102:
return 'The specified user name does not exist. This is an internal error.';
return 'The specified user ID does not exist. This is an internal error.';
case 13102:
return 'No valid time specified. This is an internal error.';
case 13103: