File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ public function prepareInputForUpdate($input) {
383383 || !$ input ['_skip_checks ' ]) {
384384
385385 $ input ['content ' ] = Html::entity_decode_deep ($ input ['content ' ]);
386-
386+
387387 if (isset ($ input ['destination_entity ' ])) {
388388 switch ($ input ['destination_entity ' ]) {
389389 case self ::DESTINATION_ENTITY_SPECIFIC :
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function testUninstallPlugin() {
9393 $ requestType = new \RequestType ();
9494 $ requestType ->getFromDBByCrit (['name ' => 'Formcreator ' ]);
9595 $ this ->boolean ($ requestType ->isNewItem ())->isFalse ();
96-
96+
9797 // TODO: need to find a reliable way to detect not clenaed
9898 // - NotificationTemplateTranslation
9999 // - Notification_NotificationTemplate
You can’t perform that action at this time.
0 commit comments