diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 07:58:55 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 07:58:55 +0100 |
commit | 0660c99cb9e2dae3b0e41975f643609231258147 (patch) | |
tree | 247deb88055b330e063179dec3d74465eb9cccac /app/class/art2.php | |
parent | d46c05b12b9dcd65d2d9cd230bf45b5bdf6fa8bd (diff) | |
download | wcms-0660c99cb9e2dae3b0e41975f643609231258147.tar.gz wcms-0660c99cb9e2dae3b0e41975f643609231258147.zip |
minor changes
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; |