Skip to content

Commit 2c5e647

Browse files
committed
fix(common): typo
1 parent 14c890b commit 2c5e647

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inc/common.class.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,17 +677,17 @@ public static function getInterface() {
677677

678678
public static function header() {
679679
switch (self::getInterface()) {
680-
case "servicecatalog";
681-
case "self-service";
680+
case "servicecatalog":
681+
case "self-service":
682682
return Html::helpHeader(__('Form list', 'formcreator'), $_SERVER['PHP_SELF']);
683-
case "central";
683+
case "central":
684684
return Html::header(
685685
__('Form Creator', 'formcreator'),
686686
$_SERVER['PHP_SELF'],
687687
'helpdesk',
688688
'PluginFormcreatorFormlist'
689689
);
690-
case "public";
690+
case "public":
691691
default:
692692
Html::nullHeader(__('Form Creator', 'formcreator'), $_SERVER['PHP_SELF']);
693693
Html::displayMessageAfterRedirect();

0 commit comments

Comments
 (0)