Comment 1 for bug 911683

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

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

commit 901b27619f6208f8c9e189c934651dd1fd0793d3
Author: I��aki Arenaza <email address hidden>
Date: Sat Dec 31 02:51:32 2011 +0100

    Dwoo_Plugin_theme_{path,url} don't work if plugin location specified (bug #911683)

    Commit 6cf859f817 changed the parameter list of functions theme_url() and
    theme_path() (in lib/web.php), but it seems Dwoo_Plugin_theme_path() and
    Dwoo_Plugin_theme_url() weren't modified to use the new parameter list. So they
    don't work when we specify the plugin location parameter.

    Change-Id: I2993a149e726a6aaf7f1f4a24819a6baff8b7381
    Signed-off-by: I��aki Arenaza <email address hidden>