Committer: vad
LJSUP-13864: Unconditionally load "ljfeed.pl" in the cgi-bin/ljprotocol.plU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl =================================================================== --- trunk/cgi-bin/ljprotocol.pl 2012-10-05 10:41:25 UTC (rev 23055) +++ trunk/cgi-bin/ljprotocol.pl 2012-10-05 12:15:19 UTC (rev 23056) @@ -43,7 +43,7 @@ require "talklib.pl" if $LJ::NEW_ENTRY_CLEANUP_HACK; # when posting or editing ping hubbub -require "ljfeed.pl" unless $LJ::DISABLED{'hubbub'}; +require "ljfeed.pl"; #### New interface (meta handler) ... other handlers should call into this. package LJ::Protocol;