Skip to content

Commit

Permalink
RSI v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>
  • Loading branch information
Dark❶ committed Aug 25, 2020
1 parent 23a4226 commit d8825ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions core/forum_map.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
*
*/

namespace dark1\phpbb;

/**
* @ignore
*/
Expand Down
5 changes: 2 additions & 3 deletions core/forum_map_rsi.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@

namespace dark1\reducesearchindex\core;

require_once('forum_map.php');
require_once 'forum_map.php';

/**
* @ignore
*/
use phpbb\db\driver\driver_interface as db_driver;
use dark1\phpbb\forum_map;

/**
* RSI Forum Mapper.
*/
class forum_map_rsi extends forum_map
class forum_map_rsi extends \forum_map
{
/**
* Constructor.
Expand Down
2 changes: 1 addition & 1 deletion language/en/lang_acp_rsi.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'ACP_RSI_INTERVAL_EXPLAIN' => 'Interval to Update “Reduce Time” when “Auto Reduce Sync” is run.<br>Default : 365 Day(s)',

// Forum
'ACP_RSI_FORUM_EXPLAIN' => 'Select the Option to Enable Reduce Search Index for each Forum.<br>Need to select at-least one Forum.<br>Following are Options',
'ACP_RSI_FORUM_EXPLAIN' => 'Select the Option to Enable Reduce Search Index for each Forum.<br>Need to select at-least one Forum.<br>Default : <b>Disable</b><br>Following are Options',
'ACP_RSI_TABLE_FORUM_NAME' => 'Forum Name',
'ACP_RSI_TABLE_FORUM_OPTION' => 'Forum Options',
'ACP_RSI_TABLE_LOCK' => 'Topic + Lock',
Expand Down

0 comments on commit d8825ca

Please sign in to comment.