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

pull/2483/head
Alex Aragón 8 years ago
commit dc5ddfaeb5
  1. 2
      main/inc/lib/pear/HTML/QuickForm/file.php
  2. 2
      main/template/default/session/about.tpl

@ -257,7 +257,7 @@ class HTML_QuickForm_file extends HTML_QuickForm_input
$ratio = 'aspectRatio: '.$param['ratio'].',';
}
$scalable = 'false';
if (!empty($param['scalable'])) {
if (!empty($param['scalable']) && $param['scalable'] != 'false') {
$ratio = '';
$scalable = $param['scalable'];
}

@ -271,6 +271,4 @@
</div>
</div>
{% endfor %}
</div>

Loading…
Cancel
Save