X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=_darcs%2Fpristine%2Factions%2Fdeletenotice.php;h=0777918d28eccb4f1050ce21f183ca7c3fce7488;hb=eb2f9c98ac115ce67e9a740b200c832153ffa05c;hp=ba348c5faf4f5bf2be2cf6fc99aef8b11e9a30db;hpb=edbc0c665cc65875b4d14b79939233b1c9c06bb6;p=quix0rs-gnu-social.git diff --git a/_darcs/pristine/actions/deletenotice.php b/_darcs/pristine/actions/deletenotice.php index ba348c5faf..0777918d28 100644 --- a/_darcs/pristine/actions/deletenotice.php +++ b/_darcs/pristine/actions/deletenotice.php @@ -41,7 +41,7 @@ class DeletenoticeAction extends DeleteAction { return _('Delete notice'); } - function show_form($error=NULL) { + function show_form($error=null) { $user = common_current_user(); common_show_header($this->get_title(), array($this, 'show_header'), $error, @@ -91,7 +91,7 @@ class DeletenoticeAction extends DeleteAction { $notice->delete(); } else { if ($url) { - common_set_returnto(NULL); + common_set_returnto(null); } else { $url = common_local_url('public'); }