Patch for "1.8_STABLE" branch: https://reviews.mahara.org/4018
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1286941 Title: double call of language_select_form() Status in Mahara ePortfolio: Fix Released Status in Mahara 1.8 series: Fix Committed Bug description: Double call of language_select_form() throws error Some things like die_info() will try and create a smarty() call when we are already in one, which causes language_select_form() to throw headdata error as it is called twice and can't be due to the form having a select field in it and select fields love to add data to the $HEADDATA. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1286941/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

