Skip to content

Commit f7e674f

Browse files
committed
Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into 1.9.x
2 parents 0142dfe + 2a21f03 commit f7e674f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/exercice/exercise_submit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@
684684
changestart: function(event, ui) {
685685
//var clicked = $(this).find('.ui-state-active').attr('id');
686686
//$('#'+clicked).load('/widgets/'+clicked);
687-
$('#collapse1').html('".addslashes($objExercise->description)."');
687+
$('#collapse1').html(".json_encode($objExercise->description).");
688688
}
689689
});
690690
});

main/inc/lib/main_api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// PHP version requirement.
1616
define('REQUIRED_PHP_VERSION', '5.3');
1717

18-
define('REQUIRED_MIN_MEMORY_LIMIT', '32');
18+
define('REQUIRED_MIN_MEMORY_LIMIT', '128');
1919
define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE', '10');
2020
define('REQUIRED_MIN_POST_MAX_SIZE', '10');
2121

0 commit comments

Comments
 (0)