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

Faulty condition in viewtopic_topic_tools.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 3.3.15
    • Styles

      From this topic: https://www.phpbb.com/community/viewtopic.php?t=2661892

      The template displays the "checked" icon when not subscribed, and the unchecked icon when subscribed.

      This:

      <i class="icon <!-- IF S_WATCHING_TOPIC -->fa-square-o<!-- ELSE -->fa-check-square-o<!-- ENDIF --> 

      Should be this:

      <i class="icon <!-- IF S_WATCHING_TOPIC -->fa-check-square-o<!-- ELSE -->fa-square-o<!-- ENDIF --> 

       

            Unassigned Unassigned
            Gumboots Gumboots
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: