-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.1.0-a1
-
Component/s: Other
-
Labels:None
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;
|