diff options
Diffstat (limited to 'actions/noticesearchrss.php')
-rw-r--r-- | actions/noticesearchrss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php index a7df62ca0..d61234df8 100644 --- a/actions/noticesearchrss.php +++ b/actions/noticesearchrss.php @@ -65,6 +65,6 @@ class NoticesearchrssAction extends Rss10Action { } function get_image() { - return NULL; + return null; } } |