mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Disable the Dialogue module if the directory doesn't exist anymore
This commit is contained in:
parent
117d398984
commit
27d8712a07
3 changed files with 45 additions and 1 deletions
|
@ -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 = 2005060201; // YYYYMMDD = date
|
||||
$version = 2005071700; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.6 development'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue