Commit 9fd0fbf0 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Cleaned references class a bit

Showing with 9 additions and 5 deletions
+9 -5
......@@ -23,17 +23,17 @@ class reference extends simplePlugin
static function plInfo()
{
return array(
"plShortName" => _("References"),
"plDescription" => _("References"),
"plCategory" => array('acl'),
"plObjectType" => array(
'plShortName' => _('References'),
'plDescription' => _('References'),
'plCategory' => array('acl'),
'plObjectType' => array(
'special' => array(
'name' => 'special'
)
),
'plPriority' => 10,
"plProvidedAcls" => array()
'plProvidedAcls' => array()
);
}
......@@ -77,6 +77,10 @@ class reference extends simplePlugin
$this->refs = $this->browseForeignKeys('references');
}
function check()
{
}
function save()
{
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment