MantisBT: master 6f20d376

Author Committer Branch Timestamp Parent
dregad dregad master 2016-01-30 13:39 master ed72e4dc
Affected Issues  0020553: Fatal error in admin/index.php
Changeset

Require install helper functions in schema.php

Following 29898e34c1b533df6cb860cd67ccee363ab9bf96 which moved
install_db_now() to install_helper_functions_api.php, admin/index.php is
throwing an error as the function is not defined within schema.php.

We now require the API from within schema.php.

Fixes 0020553

mod - admin/install.php Diff File
mod - admin/schema.php Diff File
mod - admin/upgrade_unattended.php Diff File
mod - login_page.php Diff File