@@ -215,7 +215,7 @@ class Data
$v = explode(',', $v);
}
- if (strstr($col_module['key'], 'link')) {
+ if (strstr($col_module['key'], 'link') && !strstr($v, 'pages/')) {
$v = Dever::url($v, 'main');
$result[$col_module['key']] = $v;