aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migrator.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-28 14:56:19 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-28 15:17:19 +0200
commitae350bda4276d245a8480242a8c803a840922ece (patch)
tree695bc0de8d23fa2b9578ff271fadbd124fa415e5 /phpBB/phpbb/db/migrator.php
parenta8e81b6e9f42c3187d7b17c6bb5da052c28944a6 (diff)
downloadforums-ae350bda4276d245a8480242a8c803a840922ece.tar
forums-ae350bda4276d245a8480242a8c803a840922ece.tar.gz
forums-ae350bda4276d245a8480242a8c803a840922ece.tar.bz2
forums-ae350bda4276d245a8480242a8c803a840922ece.tar.xz
forums-ae350bda4276d245a8480242a8c803a840922ece.zip
[ticket/12870] Add doc block
PHPBB3-12870
Diffstat (limited to 'phpBB/phpbb/db/migrator.php')
-rw-r--r--phpBB/phpbb/db/migrator.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migrator.php b/phpBB/phpbb/db/migrator.php
index 4b1ab1fd32..8bc63e564a 100644
--- a/phpBB/phpbb/db/migrator.php
+++ b/phpBB/phpbb/db/migrator.php
@@ -768,6 +768,10 @@ class migrator
return $this->migrations;
}
+ /**
+ * Creates the migrations table if it does not exist.
+ * @return null
+ */
public function create_migrations_table()
{
// Make sure migrations have been installed.