change link parameter masking of framework

This commit is contained in:
coderkun 2014-01-17 16:25:26 +01:00
commit 2a5330e4be
2 changed files with 40 additions and 51 deletions

View file

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