Workaround for comment character conflict between python ConfigObj and PHP

This commit is contained in:
Duncan Sommerville 2015-01-16 10:22:43 -05:00
parent 04a1d82172
commit 75306936c0
3 changed files with 18 additions and 12 deletions

View file

@ -91,7 +91,7 @@ class MediaSetup extends Setup {
*/
function moveAirtimeConfig() {
return copy(AIRTIME_CONF_TEMP_PATH, self::AIRTIME_CONF_PATH)
&& unlink(AIRTIME_CONF_TEMP_PATH);
&& unlink(AIRTIME_CONF_TEMP_PATH);
}
/**