Skip to content

Commit

Permalink
Fix variable warning in translations.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
gerundt committed Dec 20, 2021
1 parent e59a94e commit 506154f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/translations/translations.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
* @param string $srcUrl Source URL
*/
private function getProjectTable($translations, $srcUrl) {
$template_language_name = '';
$template_file_name = '';
$template_translation_update = '';
$template_strings_count = 0;

$temp = "<div class=\"table-scrollable\">\n";
$temp .= "<table class=\"table is-bordered is-striped is-narrow\">\n";
$temp .= " <tr>\n";
Expand Down

0 comments on commit 506154f

Please sign in to comment.