Merge branch '1.10.x' of github.com:chamilo/chamilo-lms into 1.10.x

1.10.x
Yannick Warnier 10 years ago
commit d2316fe7a2
  1. 2
      main/inc/ajax/social.ajax.php

@ -228,7 +228,7 @@ switch ($action) {
SocialManager::readContentWithOpenGraph($url)
);
}
echo $html;
echo utf8_decode($html);
break;
default:
echo '';

Loading…
Cancel
Save