Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-622

Writing INI file, keys with . become ..

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0
    • None
    • Format
    • None

    Description

      Here is sample input config:
      [learningtask]
      trains.lp = 5

      after new INIConfiguration(conf).write() it becomes:

      [learningtask]
      trains..lp = 5

      seems related to the escaping of keys in the ExpressionEngine

      Attachments

        Activity

          People

            Unassigned Unassigned
            sbin Simon Bin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: