Comment 6 for bug 794490

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/302
Committed: http://gitorious.org/mahara/mahara/commit/872bd80eec2fb5070d38ad682379664d71bf45fe
Submitter: Richard Mansfield (<email address hidden>)
Branch: 1.4_STABLE

commit 872bd80eec2fb5070d38ad682379664d71bf45fe
Author: Francois Marier <email address hidden>
Date: Thu Jun 9 18:43:23 2011 +1200

    Revert "Remove wwwroot from the database (bug #780177)"

    This reverts commit fb38dd955ceed3601da954dd5b2e55b682e1ac03.

    It turns out that we do need the wwwroot to be in the database
    because the code that sends forum posts via email runs in php
    cli mode and is needs to get the hostname of the site to embed
    in the headers.

    While not specifically mentioned in bug #794490, it was spitting
    out warnings in the logs.

    Conflicts:

     htdocs/lib/db/upgrade.php
     htdocs/lib/version.php

    Change-Id: Icb734f939889453e80b53647748976648ee18419
    Signed-off-by: Francois Marier <email address hidden>