Increase maxlenght of field custom raw url, tiquet: #1798

(cherry picked from commit 41863d37e8)
This commit is contained in:
m-lopez-f 2015-03-17 10:09:28 +01:00
parent b41501cd8f
commit f50f8e92a2
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ function extension_api_checker() {
$row = array();
$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;
echo "<form method='post'>";