Increase maxlenght of field custom raw url, tiquet: #1798
(cherry picked from commit 41863d37e8
)
This commit is contained in:
parent
b41501cd8f
commit
f50f8e92a2
|
@ -154,7 +154,7 @@ function extension_api_checker() {
|
||||||
|
|
||||||
$row = array();
|
$row = array();
|
||||||
$row[] = __("Raw URL");
|
$row[] = __("Raw URL");
|
||||||
$row[] = html_print_input_text('url', $url, '', 150, 255, true);
|
$row[] = html_print_input_text('url', $url, '', 150, 2048, true);
|
||||||
$table3->data[] = $row;
|
$table3->data[] = $row;
|
||||||
|
|
||||||
echo "<form method='post'>";
|
echo "<form method='post'>";
|
||||||
|
|
Loading…
Reference in New Issue