From d632f1b82aa9b83313999cd93bc96f5dfd221c84 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Wed, 19 Mar 2014 10:04:55 +0800 Subject: [PATCH] MDL-44141 restore: added phpdocs 'since' for new method --- backup/controller/restore_controller.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/controller/restore_controller.class.php b/backup/controller/restore_controller.class.php index 61fdfb03d04..11430238b82 100644 --- a/backup/controller/restore_controller.class.php +++ b/backup/controller/restore_controller.class.php @@ -343,6 +343,7 @@ class restore_controller extends base_controller { * is called during restore, but not directly part of the restore system, may * need to behave differently during restore (e.g. do not bother resetting a * cache because we know it will be reset at end of operation). + * @since Moodle 2.6.3 * * @return bool True if any restore is currently executing */