aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/module_interface.php
diff options
context:
space:
mode:
authorCHItA <mate.bartus@gmail.com>2015-06-04 00:43:08 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-08 01:28:01 +0200
commit0dc6029bfed10fac1a09a4fd8de7d1b31407693a (patch)
tree5a127646e3f48b4328cb9091c207c965b0c01034 /phpBB/install/module_interface.php
parent63c3500dacc8d272e85273a67f56faa51a9d5fba (diff)
downloadforums-0dc6029bfed10fac1a09a4fd8de7d1b31407693a.tar
forums-0dc6029bfed10fac1a09a4fd8de7d1b31407693a.tar.gz
forums-0dc6029bfed10fac1a09a4fd8de7d1b31407693a.tar.bz2
forums-0dc6029bfed10fac1a09a4fd8de7d1b31407693a.tar.xz
forums-0dc6029bfed10fac1a09a4fd8de7d1b31407693a.zip
[ticket/13740] Tasks can appear as multiple steps for the progress bar
PHPBB3-13740
Diffstat (limited to 'phpBB/install/module_interface.php')
-rw-r--r--phpBB/install/module_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/module_interface.php b/phpBB/install/module_interface.php
index e0ec4e4347..29918f0c34 100644
--- a/phpBB/install/module_interface.php
+++ b/phpBB/install/module_interface.php
@@ -52,5 +52,5 @@ interface module_interface
*
* @return int
*/
- public function get_task_count();
+ public function get_step_count();
}