unit test for router Subscribers

This commit is contained in:
Jonathan Labreuille
2016-01-28 18:00:55 +01:00
parent 894a9e8c90
commit 72ad98a77f
2 changed files with 39 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ class Subscribers {
}
}
switch ($form_settings['on_success']) {
switch($form_settings['on_success']) {
case 'page':
// response depending on context
if($doing_ajax === true) {