mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Increase maxlenght of field custom raw url, tiquet: #1798
(cherry picked from commit 41863d37e800260c067eabc434a2d4d971eeda17)
This commit is contained in:
parent
b41501cd8f
commit
f50f8e92a2
@ -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'>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user