Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-14276

Function get_folder_status not setup for use of plurals

XMLWordPrintable

      AS the summary states the function get_folder_status is using

      $user->lang('FOLDER_STATUS_MSG', $user->lang('MESSAGES_COUNT', (int) $return['max']), $return['cur'], $return['percent'])

      . Plurals require the use of integers to parse correctly so

      $return['cur']

      needs to be int'ed.

            Marc Marc
            RMcGirr83 Rich McGirr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: