rename rule_ocs to rule_import

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@207 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
yllen 2013-01-18 10:13:34 +00:00
parent 5280a6d5e9
commit 23fb40b22e
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ if (!defined('GLPI_ROOT')) {
class PluginExampleRuleTest extends Rule { class PluginExampleRuleTest extends Rule {
// From Rule // From Rule
static public $right = 'rule_ocs'; static public $right = 'rule_import';
public $can_sort = true; public $can_sort = true;

View File

@ -40,7 +40,7 @@ class PluginExampleRuleTestCollection extends RuleCollection {
// From RuleCollection // From RuleCollection
public $stop_on_first_match = true; public $stop_on_first_match = true;
static public $right = 'rule_ocs'; static public = 'rule_import';
public $menu_option = 'test'; public $menu_option = 'test';
function getTitle() { function getTitle() {