From 773c952bf3a6dc6e83e08d640cc87ebee3fd7431 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 d76525e5131..45b927d6eb9 100644 --- a/backup/controller/restore_controller.class.php +++ b/backup/controller/restore_controller.class.php @@ -330,6 +330,7 @@ class restore_controller extends backup implements loggable { * 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.5.6 * * @return bool True if any restore is currently executing */