Last modified: 2010-05-15 16:02:54 UTC
# svn info /home/wiki/includes/api/ApiQueryBacklinks.php | grep Revision Revision: 33748 == Notice: Undefined index: redirect in /home/wiki/includes/api/ApiQueryBacklinks.php on line 197 == this only shows up when using the html pretty print output formats. EG: If using xml it wont show up, but will with xmlfm.
(In reply to comment #0) > Notice: Undefined index: redirect in > /home/wiki/includes/api/ApiQueryBacklinks.php on line 197 That's not really an error, it's an innocent warning. Fixed anyway in r33749. > this only shows up when using the html pretty print output formats. EG: If > using xml it wont show up, but will with xmlfm. That's actually a feature. XML with PHP error messages prepended to it is invalid.