Bug in 1.6.5
-
in /add-to-any/add-to-any.php, line 737 (IF statement)
If the variable is defined and it branches to the ELSE statement (line 751) $static_server is not defined, while it is used in the string output for $javascript_header.
I added the following line after 752 to fix:
$static_server = '//static.addtoany.com/menu';
- The topic ‘Bug in 1.6.5’ is closed to new replies.