mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 18:42:56 +00:00
fix wrong variable name
This commit is contained in:
parent
62d5328b48
commit
762ccbb373
|
@ -284,7 +284,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
||||||
}
|
}
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td>".getMLText("comment").":</td>\n";
|
echo "<td>".getMLText("comment").":</td>\n";
|
||||||
echo "<td><div class=\"folder-comment\">".$content."</div></td>\n";
|
echo "<td><div class=\"folder-comment\">".$comment."</div></td>\n";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user