diff options
Diffstat (limited to 'app/class/art2.php')
-rw-r--r-- | app/class/art2.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/art2.php b/app/class/art2.php index e8ae061..8c48dee 100644 --- a/app/class/art2.php +++ b/app/class/art2.php @@ -315,6 +315,8 @@ class Art2 $linkfrom = $this->linkfrom; } elseif ($option == 'sort') { return count($this->linkfrom); + } elseif ($option == 'string') { + return implode(', ', $this->linkfrom); } return $linkfrom; |