mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 00:16:24 +00:00
change dep labels
This commit is contained in:
parent
1a1e7000f2
commit
2fb3386731
@ -32,6 +32,6 @@ if(\OCP\App::isEnabled('appframework')){
|
|||||||
'name' => \OCP\Util::getL10N('ocsms')->t('SMS')
|
'name' => \OCP\Util::getL10N('ocsms')->t('SMS')
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
$msg = 'Can not enable the MyApp app because the App Framework App is disabled';
|
$msg = 'Can not enable the OcSms app because the App Framework App is disabled';
|
||||||
\OCP\Util::writeLog('myapp', $msg, \OCP\Util::ERROR);
|
\OCP\Util::writeLog('ocsms', $msg, \OCP\Util::ERROR);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user