mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
BUG: Fixing Link definition in BrokenExternalLinks
This commit is contained in:
parent
1641007fff
commit
9708dfd074
@ -3,7 +3,7 @@
|
|||||||
class BrokenExternalLinks extends DataObject {
|
class BrokenExternalLinks extends DataObject {
|
||||||
|
|
||||||
private static $db = array(
|
private static $db = array(
|
||||||
"Link" => "Varchar(2083)" // 2083 is the maximum length of a URL in Internet Explorer.
|
'Link' => 'Varchar(2083)', // 2083 is the maximum length of a URL in Internet Explorer.
|
||||||
'HTTPCode' =>'Int'
|
'HTTPCode' =>'Int'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user