mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-08-30 05:46 am

[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 [staff profile] mark.

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;
--------------------------------------------------------------------------------