increase size of URL params

This commit is contained in:
coderkun 2014-08-09 00:40:27 +02:00
parent 4ee829ca3e
commit 2c0f540f90

View file

@ -103,7 +103,7 @@
public static $classes = array(
'linker' => array(
'url' => array(
'length' => 50,
'length' => 128,
'delimiter' => '-'
)
)