modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

Admin writes file incorrectly #8

Closed bpayst closed 13 years ago

bpayst commented 13 years ago

When using the admin interface to edit the new HTML TAG feature for the content module, the remote URL gets written to feds.ini instead of the tag

[labs]
TITLE = "ITS Labs" 
SUBTITLE = ""
SHOW_TITLE = 1
CONTENT_TYPE = "html_url"
BASE_URL = "http://hotline.unc.edu/index.cfm?fuseaction=status.LabOpenSeatInfo"
HTML_TAG = "http://hotline.unc.edu/index.cfm?fuseaction=status.LabOpenSeatInfo"