diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-19 12:00:47 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-19 12:00:47 -0500 |
commit | 2a9f519b29d73a8db1012891d77b256c321b62a1 (patch) | |
tree | 3055578b90e0c5c7c19756c8aee0b225599905b3 | |
parent | daecdea906ddd8121d469820f2e7514387f4ca7b (diff) | |
download | mediagoblin-2a9f519b29d73a8db1012891d77b256c321b62a1.tar.lz mediagoblin-2a9f519b29d73a8db1012891d77b256c321b62a1.tar.xz mediagoblin-2a9f519b29d73a8db1012891d77b256c321b62a1.zip |
Uncomment plugins section in mediagoblin.ini
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index ba7df36a..0cf5a158 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -33,5 +33,4 @@ base_url = /mgoblin_media/ # place plugins here---each in their own subsection of [plugins]. see # documentation for details. -#[plugins] - +[plugins] |