Fixing one little-little bug about user->ajax being nullable. MDL-8421
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2007020200; // YYYYMMDD = date
|
||||
$version = 2007020400; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.8 Beta'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user