~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to mt-feed.cgi

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-04-15 20:51:11 UTC
  • Revision ID: james.westby@ubuntu.com-20080415205111-0vefv6s7ckj1xi19
Tags: 4.1-6
* patch plugins/StyleCatcher/lib/StyleCatcher/CMS.pm:
  - don't try and pass pretty-printing options in JSON call;
    they are not available in new JSON versions (closes: #476266)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# $Id: mt-feed.cgi 1174 2008-01-08 21:02:50Z bchoate $
8
8
 
9
9
use strict;
10
 
use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
11
10
use MT::Bootstrap App => 'MT::App::ActivityFeeds';