-
Improvement
-
Resolution: Fixed
-
Minor
-
3.0.7-PL1
-
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;
|