Comment 9 for bug 794490

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

Reviewed: https://reviews.mahara.org/379
Committed: http://gitorious.org/mahara/mahara/commit/5266d1b4406cfdad86a57b2080910319ba9ad883
Submitter: Richard Mansfield (<email address hidden>)
Branch: master

commit 5266d1b4406cfdad86a57b2080910319ba9ad883
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: I36b33ac72eee01f71056a45c706f2fc8674620ec
    Signed-off-by: Francois Marier <email address hidden>