[dw-free] Need this require since we call the PubSubHubbub function from other places.
[commit: http://hg.dwscoalition.org/dw-free/rev/15ea11e59d25]
Need this require since we call the PubSubHubbub function from other places.
Patch by
mark.
Files modified:
Need this require since we call the PubSubHubbub function from other places.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/ljprotocol.pl
-------------------------------------------------------------------------------- diff -r bf8ac06e86e9 -r 15ea11e59d25 cgi-bin/ljprotocol.pl --- a/cgi-bin/ljprotocol.pl Sat Aug 29 20:02:59 2009 +0000 +++ b/cgi-bin/ljprotocol.pl Sun Aug 30 05:46:54 2009 +0000 @@ -23,6 +23,7 @@ use lib "$LJ::HOME/cgi-bin"; use lib "$LJ::HOME/cgi-bin"; require "taglib.pl"; +require "ljfeed.pl"; #### New interface (meta handler) ... other handlers should call into this. package LJ::Protocol; --------------------------------------------------------------------------------