Pb de profil News
This commit is contained in:
parent
26623db2b7
commit
fb18127346
@ -1,3 +1,5 @@
|
||||
# Version 5.1
|
||||
- Erreur de profil
|
||||
# Version 5.0
|
||||
- Gestion des permissions intégrée dans le module
|
||||
# Version 4.5
|
||||
|
@ -16,7 +16,7 @@
|
||||
class news extends common
|
||||
{
|
||||
|
||||
const VERSION = '5.0';
|
||||
const VERSION = '5.1';
|
||||
const REALNAME = 'News';
|
||||
const DATADIRECTORY = self::DATA_DIR . 'news/';
|
||||
|
||||
|
@ -5,6 +5,6 @@
|
||||
'option' => $this->getInput('profilAddNewsOption', helper::FILTER_BOOLEAN),
|
||||
'config' => $this->getInput('profilAddNewsAdd', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilAddNewsEdit', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilAddNewsEdit', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilAddNewsDelete', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilAddNewsOption', helper::FILTER_BOOLEAN)
|
||||
];
|
@ -5,6 +5,6 @@
|
||||
'option' => $this->getInput('profilEditNewsOption', helper::FILTER_BOOLEAN),
|
||||
'config' => $this->getInput('profilEditNewsAdd', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilEditNewsEdit', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilEditNewsEdit', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilEditNewsDelete', helper::FILTER_BOOLEAN) ||
|
||||
$this->getInput('profilEditNewsOption', helper::FILTER_BOOLEAN)
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user