Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9693

generate_smilies clean up

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.1.0-a1
    • Other
    • None

    Description

      In the function generate_smilies() the global $auth isn't used

      Affected file : root/includes/functions_posting.php

      Find :

      function generate_smilies($mode, $forum_id)

      Find :

      	global $auth, $db, $user, $config, $template;

      Replace with :

      	global $db, $user, $config, $template;

      Attachments

        Activity

          People

            Oleg Oleg [X] (Inactive)
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: