Browse Source

Remove debugging from RSS extension

pull/40/head
Benjamin Southall 8 years ago
parent
commit
2abb80ba29
  1. 1
      templates/themes/rss/theme.php

1
templates/themes/rss/theme.php

@ -38,7 +38,6 @@
openBoard($_board['uri']);
if ($settings['show_threads_only'] == 'true'){
if ($action == 'all' || $action == 'post-thread' || $action == 'post-delete')
file_write($config['dir']['home'] . 'debug.xml', $board['dir']);
file_write($config['dir']['home'] . $board['dir'] . $settings['xml'], $this->board_rsspage($settings,$_board));
}
else {

Loading…
Cancel
Save