Changeset 5002 for trunk/feed.php


Ignore:
Timestamp:
Feb 28, 2010, 8:37:56 PM (14 years ago)
Author:
plg
Message:

merge r5001 from branch 2.0 to trunk

bug 1469 fixed: I should have permitted an empty feed in URL in r4742

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • trunk/feed.php

    r4966 r5002  
    6464// +-----------------------------------------------------------------------+
    6565
    66 check_input_parameter('feed', $_GET['feed'], false, '/^[0-9a-z]{50}$/i');
     66check_input_parameter('feed', @$_GET['feed'], false, '/^[0-9a-z]{50}$/i');
    6767
    6868$feed_id= isset($_GET['feed']) ? $_GET['feed'] : '';
Note: See TracChangeset for help on using the changeset viewer.