Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5710 | Rev 5712 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5710 Rev 5711
Línea 619... Línea 619...
619
                $postMapper = PostMapper::getInstance($this->adapter);
619
                $postMapper = PostMapper::getInstance($this->adapter);
620
                $post = $postMapper->fetchOneByUuid($code);
620
                $post = $postMapper->fetchOneByUuid($code);
Línea 621... Línea 621...
621
 
621
 
622
                if ($post && $post->status == Post::STATUS_ACTIVE) {
622
                if ($post && $post->status == Post::STATUS_ACTIVE) {
623
                    $share_title = $post->title;
623
                    $share_title = $post->title;
Línea 624... Línea 624...
624
                    $share_description = str_replace('&', ';', '', $post->description);
624
                    $share_description = str_replace('í', '&laquo', '', $post->description);
625
 
625