X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepliesrss.php;fp=actions%2Frepliesrss.php;h=5115453b79a48b104c359139c832acd57135d9f8;hb=865b716f0919b6e5133133cd6be53f4143660324;hp=35a77fab81297b3806ea5abe74447407e1f5a6fc;hpb=1ee7d0ab55aa5e270a5087c939339b662aefbd9e;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index 35a77fab81..5115453b79 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { exit(1); } require_once(INSTALLDIR.'/lib/rssaction.php');