From af3426f65ec6ea80dfe2cca92aefb91d4272ec9b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 26 Oct 2010 19:06:14 +0000 Subject: [PATCH] MDL-24852 switching to yui 2.8.2 --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.php b/lib/setup.php index 5fd1c13c0a1..cc3d2954271 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -191,7 +191,7 @@ if (empty($CFG->filepermissions)) { umask(0000); // exact version of currently used yui2 and 3 library -$CFG->yui2version = '2.8.1'; +$CFG->yui2version = '2.8.2'; $CFG->yui3version = '3.2.0';