]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicrss.php
replace NULL with null
[quix0rs-gnu-social.git] / actions / publicrss.php
index fa86de1d96edaaa8167f59676effaf109bd63d1e..764f0fae2384711d7d5a4e988e0d6fa490f8c90d 100644 (file)
@@ -52,6 +52,6 @@ class PublicrssAction extends Rss10Action {
     }
 
     function get_image() {
-        return NULL;
+        return null;
     }
 }
\ No newline at end of file