update 2023-07-20 09:20:22
This commit is contained in:
parent
8ae2c13ad5
commit
f5cb5ef4de
@ -106,7 +106,7 @@ final class Tagged
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('COM_GETBIBLE_YOU_DO_NOT_HAVE_ACCESS_TO_PERFORM_THIS_ACTION'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('You do not have access to perform this action'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -96,7 +96,7 @@ final class Tag
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('COM_GETBIBLE_YOU_DO_NOT_HAVE_ACCESS_TO_PERFORM_THIS_ACTION'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('You do not have access to perform this action'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -104,7 +104,7 @@ final class Note
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('COM_GETBIBLE_YOU_DO_NOT_HAVE_ACCESS_TO_PERFORM_THIS_ACTION'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
||||
{
|
||||
return [
|
||||
'error' => Text::_('You do not have access to perform this action'),
|
||||
'function' => 'setLinkerAccess'
|
||||
'access_required' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user