spelling: compatibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
72cc354214
commit
7a84be3c2f
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ class Storage extends BaseAdmin
|
||||||
foreach ($storageConfig->getOptions() as $option => $info) {
|
foreach ($storageConfig->getOptions() as $option => $info) {
|
||||||
|
|
||||||
$type = $info[0];
|
$type = $info[0];
|
||||||
// Backward compatibilty with yesno field description
|
// Backward compatibility with yesno field description
|
||||||
if ($type == 'yesno') {
|
if ($type == 'yesno') {
|
||||||
$type = 'checkbox';
|
$type = 'checkbox';
|
||||||
// Remove translated labels Yes No from field info
|
// Remove translated labels Yes No from field info
|
||||||
|
|
|
@ -79,7 +79,7 @@ class PermissionTooltip extends \Friendica\BaseModule
|
||||||
throw new HttpException\NotFoundException(DI::l10n()->t('Model not found'));
|
throw new HttpException\NotFoundException(DI::l10n()->t('Model not found'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Kept for backwards compatiblity
|
// Kept for backwards compatibility
|
||||||
Hook::callAll('lockview_content', $model);
|
Hook::callAll('lockview_content', $model);
|
||||||
|
|
||||||
if ($type == 'item') {
|
if ($type == 'item') {
|
||||||
|
|
Loading…
Reference in a new issue