Fix rule class

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@200 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
tsmr 2012-09-11 14:12:26 +00:00
parent 25786db89a
commit 9ab634b313
2 changed files with 2 additions and 2 deletions

View File

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

View File

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