Skip to content

Commit b05ee52

Browse files
committed
release notes
1 parent e0f2911 commit b05ee52

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
x.x:
44

5-
2.0.0 ():
5+
2.0.0 (10/12/2015):
66
- 1.9+ upgrade
77
- major code restructure
88
- additional plugin hooks for content importing/filtering

views/default/plugins/rssimport/settings.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232

3333
// Import tools : enable or disable import for specific tools (besides plugin active)
3434
echo "<strong>" . elgg_echo('rssimport:grouptools') . "</strong><br />";
35-
if (!isset($vars['entity']->blog_enable)) $vars['entity']->blog_enable = 'no';
36-
if (!isset($vars['entity']->bookmarks_enable)) $vars['entity']->bookmarks_enable = 'yes';
37-
if (!isset($vars['entity']->pages_enable)) $vars['entity']->pages_enable = 'no';
3835

3936
$options['name'] = 'params[blog_enable]';
4037
$options['value'] = $vars['entity']->blog_enable ? $vars['entity']->blog_enable : 'yes';

0 commit comments

Comments
 (0)