]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
replace NULL with null
[quix0rs-gnu-social.git] / actions / subedit.php
index 1d095ab9a50b9b5dd050b2b0052d9c6fc730d345..db935eb282a8a5b5fc8b1739c69c0b780b2fe42c 100644 (file)
@@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); }
 
 class SubeditAction extends Action {
 
-    var $profile = NULL;
+    var $profile = null;
 
     function prepare($args) {