mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +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')
|
||||
));
|
||||
} else {
|
||||
$msg = 'Can not enable the MyApp app because the App Framework App is disabled';
|
||||
\OCP\Util::writeLog('myapp', $msg, \OCP\Util::ERROR);
|
||||
$msg = 'Can not enable the OcSms app because the App Framework App is disabled';
|
||||
\OCP\Util::writeLog('ocsms', $msg, \OCP\Util::ERROR);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user