* merge text-page-generic into list-page-generic
This commit is contained in:
Sarjuuk
2017-03-19 14:20:45 +01:00
parent 9fabd2c728
commit bf0f218b28
5 changed files with 59 additions and 68 deletions

View File

@@ -91,7 +91,7 @@ class ScreenshotPage extends GenericPage
header('Location: ?screenshot=thankyou&'.$this->destType.'.'.$this->destTypeId, true, 302);
die();
case 'thankyou':
$this->tpl = 'text-page-generic';
$this->tpl = 'list-page-generic';
$this->handleThankyou();
break;
}