rabin 1 year ago
parent
commit
d94822a511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -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;